#368EAA

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

Shades of Scooter #368EAA

Tints of Scooter #368EAA

Color information

#368EAA (or 0x368EAA) is unknown color: approx Scooter. HEX triplet: 36, 8E and AA. RGB value is (54,142,170). Sum of RGB (Red+Green+Blue) = 54+142+170=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #368EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368EAA is #C97155. Grayscale: #767676. Windows color (decimal): -13201750 or 11177526. OLE color: 11177526.

HSL color Cylindrical-coordinate representation of color #368EAA: hue angle of 194.48º 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 #368EAA is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54142170-
CMYK0.680.1600.33
HSL194.48º51.79%43.92%-
HSV(B)194.48º68.24%66.67%-
XYZ18.4523.0341.5-
YUV118.88156.8581.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 142 (55.86% from 255) = 38.80%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=14.75%
G=38.80%
B=46.45%

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
Decimal541421700.680.1600.33194.4851.7943.92
Hex368EAA4410021c2342c
Octal66216252104200413026454
Binary1101101000111010101010100010010000010000111000010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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