#34889E

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

Shades of Scooter #34889E

Tints of Scooter #34889E

Color information

#34889E (or 0x34889E) is unknown color: approx Scooter. HEX triplet: 34, 88 and 9E. RGB value is (52,136,158). Sum of RGB (Red+Green+Blue) = 52+136+158=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #34889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34889E is #CB7761. Grayscale: #717171. Windows color (decimal): -13334370 or 10389556. OLE color: 10389556.

HSL color Cylindrical-coordinate representation of color #34889E: hue angle of 192.45º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34889E is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52136158-
CMYK0.670.1400.38
HSL192.45º50.48%41.18%-
HSV(B)192.45º67.09%61.96%-
XYZ16.3920.8135.5-
YUV113.39153.1784.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=15.03%
G=39.31%
B=45.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521361580.670.1400.38192.4550.4841.18
Hex34889E43E026c03229
Octal64210236103160463006251
Binary110100100010001001111010000111110010011011000000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34889E; }

 p { color: rgb(52,136,158); }

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

<style>
 a { background-color: #34889E; }

 a { background-color: rgb(52,136,158); }

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

<style>
 span { border-color: #34889E; }

 span { border-color: rgb(52,136,158); }

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