#3B9DA4

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

Shades of Scooter #3B9DA4

Tints of Scooter #3B9DA4

Color information

#3B9DA4 (or 0x3B9DA4) is unknown color: approx Scooter. HEX triplet: 3B, 9D and A4. RGB value is (59,157,164). Sum of RGB (Red+Green+Blue) = 59+157+164=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B9DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9DA4 is #C4625B. Grayscale: #808080. Windows color (decimal): -12870236 or 10788155. OLE color: 10788155.

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

Color convert

RGB59157164-
CMYK0.640.0400.36
HSL184º47.09%43.73%-
HSV(B)184º64.02%64.31%-
XYZ20.5627.7239.39-
YUV128.5148.0378.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.53%
GREEN value IS 157 (61.72% from 255) = 41.32%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=15.53%
G=41.32%
B=43.16%

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
Decimal591571640.640.0400.3618447.0943.73
Hex3B9DA4404024b82f2c
Octal7323524410040442705754
Binary11101110011101101001001000000100010010010111000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,157,164); }

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

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

 a { background-color: rgb(59,157,164); }

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

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

 span { border-color: rgb(59,157,164); }

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