#369CA2

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

Shades of Scooter #369CA2

Tints of Scooter #369CA2

Color information

#369CA2 (or 0x369CA2) is unknown color: approx Scooter. HEX triplet: 36, 9C and A2. RGB value is (54,156,162). Sum of RGB (Red+Green+Blue) = 54+156+162=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #369CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369CA2 is #C9635D. Grayscale: #7E7E7E. Windows color (decimal): -13198174 or 10656822. OLE color: 10656822.

HSL color Cylindrical-coordinate representation of color #369CA2: hue angle of 183.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #369CA2 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54156162-
CMYK0.670.0400.36
HSL183.33º50%42.35%-
HSV(B)183.33º66.67%63.53%-
XYZ19.9327.1738.38-
YUV126.19148.2176.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.52%
GREEN value IS 156 (61.33% from 255) = 41.94%
BLUE value IS 162 (63.67% from 255) = 43.55%
R=14.52%
G=41.94%
B=43.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541561620.670.0400.36183.335042.35
Hex369CA2434024b7322a
Octal6623424210340442676252
Binary11011010011100101000101000011100010010010110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369CA2; }

 p { color: rgb(54,156,162); }

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

<style>
 a { background-color: #369CA2; }

 a { background-color: rgb(54,156,162); }

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

<style>
 span { border-color: #369CA2; }

 span { border-color: rgb(54,156,162); }

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