#34809E

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

Shades of Scooter #34809E

Tints of Scooter #34809E

Color information

#34809E (or 0x34809E) is unknown color: approx Scooter. HEX triplet: 34, 80 and 9E. RGB value is (52,128,158). Sum of RGB (Red+Green+Blue) = 52+128+158=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #34809E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34809E is #CB7F61. Grayscale: #6C6C6C. Windows color (decimal): -13336418 or 10387508. OLE color: 10387508.

HSL color Cylindrical-coordinate representation of color #34809E: hue angle of 196.98º 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 #34809E is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52128158-
CMYK0.670.1900.38
HSL196.98º50.48%41.18%-
HSV(B)196.98º67.09%61.96%-
XYZ15.3118.6435.14-
YUV108.7155.8287.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=15.38%
G=37.87%
B=46.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521281580.670.1900.38196.9850.4841.18
Hex34809E4313026c53229
Octal64200236103230463056251
Binary1101001000000010011110100001110011010011011000101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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