#34959B

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

Shades of Scooter #34959B

Tints of Scooter #34959B

Color information

#34959B (or 0x34959B) is unknown color: approx Scooter. HEX triplet: 34, 95 and 9B. RGB value is (52,149,155). Sum of RGB (Red+Green+Blue) = 52+149+155=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #34959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34959B is #CB6A64. Grayscale: #787878. Windows color (decimal): -13331045 or 10196276. OLE color: 10196276.

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

Color convert

RGB52149155-
CMYK0.660.0400.39
HSL183.5º49.76%40.59%-
HSV(B)183.5º66.45%60.78%-
XYZ18.0824.5934.8-
YUV120.68147.3679.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=14.61%
G=41.85%
B=43.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521491550.660.0400.39183.549.7640.59
Hex34959B424027b73229
Octal6422523310240472676251
Binary11010010010101100110111000010100010011110110111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34959B; }

 p { color: rgb(52,149,155); }

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

<style>
 a { background-color: #34959B; }

 a { background-color: rgb(52,149,155); }

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

<style>
 span { border-color: #34959B; }

 span { border-color: rgb(52,149,155); }

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