#36969C

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

Shades of Scooter #36969C

Tints of Scooter #36969C

Color information

#36969C (or 0x36969C) is unknown color: approx Scooter. HEX triplet: 36, 96 and 9C. RGB value is (54,150,156). Sum of RGB (Red+Green+Blue) = 54+150+156=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #36969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36969C is #C96963. Grayscale: #797979. Windows color (decimal): -13199716 or 10262070. OLE color: 10262070.

HSL color Cylindrical-coordinate representation of color #36969C: hue angle of 183.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36969C is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54150156-
CMYK0.650.0400.39
HSL183.53º48.57%41.18%-
HSV(B)183.53º65.38%61.18%-
XYZ18.432535.31-
YUV121.98147.279.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=15%
G=41.67%
B=43.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541501560.650.0400.39183.5348.5741.18
Hex36969C414027b83129
Octal6622623410140472706151
Binary11011010010110100111001000001100010011110111000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36969C; }

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

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

<style>
 a { background-color: #36969C; }

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

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

<style>
 span { border-color: #36969C; }

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

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