#34969C

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

Shades of Scooter #34969C

Tints of Scooter #34969C

Color information

#34969C (or 0x34969C) is unknown color: approx Scooter. HEX triplet: 34, 96 and 9C. RGB value is (52,150,156). Sum of RGB (Red+Green+Blue) = 52+150+156=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #34969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34969C is #CB6963. Grayscale: #797979. Windows color (decimal): -13330788 or 10262068. OLE color: 10262068.

HSL color Cylindrical-coordinate representation of color #34969C: hue angle of 183.46º 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 #34969C is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB52150156-
CMYK0.670.0400.39
HSL183.46º50%40.78%-
HSV(B)183.46º66.67%61.18%-
XYZ18.3224.9435.3-
YUV121.38147.5378.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.53%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=14.53%
G=41.90%
B=43.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521501560.670.0400.39183.465040.78
Hex34969C434027b73229
Octal6422623410340472676251
Binary11010010010110100111001000011100010011110110111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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