#34879B

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

Shades of Scooter #34879B

Tints of Scooter #34879B

Color information

#34879B (or 0x34879B) is unknown color: approx Scooter. HEX triplet: 34, 87 and 9B. RGB value is (52,135,155). Sum of RGB (Red+Green+Blue) = 52+135+155=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #34879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34879B is #CB7864. Grayscale: #707070. Windows color (decimal): -13334629 or 10192692. OLE color: 10192692.

HSL color Cylindrical-coordinate representation of color #34879B: hue angle of 191.65º 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 #34879B is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB52135155-
CMYK0.660.1300.39
HSL191.65º49.76%40.59%-
HSV(B)191.65º66.45%60.78%-
XYZ1620.4234.11-
YUV112.4615284.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=15.20%
G=39.47%
B=45.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521351550.660.1300.39191.6549.7640.59
Hex34879B42D027c03229
Octal64207233102150473006251
Binary110100100001111001101110000101101010011111000000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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