#34809B

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

Shades of Scooter #34809B

Tints of Scooter #34809B

Color information

#34809B (or 0x34809B) is unknown color: approx Scooter. HEX triplet: 34, 80 and 9B. RGB value is (52,128,155). Sum of RGB (Red+Green+Blue) = 52+128+155=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #34809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34809B is #CB7F64. Grayscale: #6C6C6C. Windows color (decimal): -13336421 or 10190900. OLE color: 10190900.

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

Color convert

RGB52128155-
CMYK0.660.1700.39
HSL195.73º49.76%40.59%-
HSV(B)195.73º66.45%60.78%-
XYZ15.0518.5333.79-
YUV108.35154.3287.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=15.52%
G=38.21%
B=46.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521281550.660.1700.39195.7349.7640.59
Hex34809B4211027c43229
Octal64200233102210473046251
Binary1101001000000010011011100001010001010011111000100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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