#368FAA

Color #368FAA Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #368FAA

Tints of Scooter #368FAA

Color information

#368FAA (or 0x368FAA) is unknown color: approx Scooter. HEX triplet: 36, 8F and AA. RGB value is (54,143,170). Sum of RGB (Red+Green+Blue) = 54+143+170=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #368FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368FAA is #C97055. Grayscale: #777777. Windows color (decimal): -13201494 or 11177782. OLE color: 11177782.

HSL color Cylindrical-coordinate representation of color #368FAA: hue angle of 193.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #368FAA is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54143170-
CMYK0.680.1600.33
HSL193.97º51.79%43.92%-
HSV(B)193.97º68.24%66.67%-
XYZ18.623.3341.55-
YUV119.47156.5181.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 14.71%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=14.71%
G=38.96%
B=46.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541431700.680.1600.33193.9751.7943.92
Hex368FAA4410021c2342c
Octal66217252104200413026454
Binary1101101000111110101010100010010000010000111000010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368FAA; }

 p { color: rgb(54,143,170); }

 H1.HeaderClassName
 {
   color: #368FAA;
 }
 .AnyTagClassName
 {
   color: #368FAA;
 }
</style>
background-color css

<style>
 a { background-color: #368FAA; }

 a { background-color: rgb(54,143,170); }

 div.DivClassName
 {
   background-color: #368FAA;
 }
 .BgClassName
 {
   background-color: #368FAA;
 }
</style>
border-color css

<style>
 span { border-color: #368FAA; }

 span { border-color: rgb(54,143,170); }

 td.TdClassName
 {
   border-color: #368FAA;
 }
 .TagClassName
 {
   border-color: #368FAA;
 }
</style>