#3B9CA2

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

Shades of Scooter #3B9CA2

Tints of Scooter #3B9CA2

Color information

#3B9CA2 (or 0x3B9CA2) is unknown color: approx Scooter. HEX triplet: 3B, 9C and A2. RGB value is (59,156,162). Sum of RGB (Red+Green+Blue) = 59+156+162=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #3B9CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9CA2 is #C4635D. Grayscale: #7F7F7F. Windows color (decimal): -12870494 or 10656827. OLE color: 10656827.

HSL color Cylindrical-coordinate representation of color #3B9CA2: hue angle of 183.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B9CA2 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB59156162-
CMYK0.640.0400.36
HSL183.5º46.61%43.33%-
HSV(B)183.5º63.58%63.53%-
XYZ20.2127.3238.39-
YUV127.68147.3679.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 156 (61.33% from 255) = 41.38%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=15.65%
G=41.38%
B=42.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591561620.640.0400.36183.546.6143.33
Hex3B9CA2404024b72f2b
Octal7323424210040442675753
Binary11101110011100101000101000000100010010010110111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B9CA2; }

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

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

<style>
 a { background-color: #3B9CA2; }

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

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

<style>
 span { border-color: #3B9CA2; }

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

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