#34869C

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

Shades of Scooter #34869C

Tints of Scooter #34869C

Color information

#34869C (or 0x34869C) is unknown color: approx Scooter. HEX triplet: 34, 86 and 9C. RGB value is (52,134,156). Sum of RGB (Red+Green+Blue) = 52+134+156=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #34869C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34869C is #CB7963. Grayscale: #6F6F6F. Windows color (decimal): -13334884 or 10257972. OLE color: 10257972.

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

Color convert

RGB52134156-
CMYK0.670.1400.39
HSL192.69º50%40.78%-
HSV(B)192.69º66.67%61.18%-
XYZ15.9420.1834.51-
YUV111.99152.8385.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=15.20%
G=39.18%
B=45.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521341560.670.1400.39192.695040.78
Hex34869C43E027c13229
Octal64206234103160473016251
Binary110100100001101001110010000111110010011111000001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34869C; }

 p { color: rgb(52,134,156); }

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

<style>
 a { background-color: #34869C; }

 a { background-color: rgb(52,134,156); }

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

<style>
 span { border-color: #34869C; }

 span { border-color: rgb(52,134,156); }

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