#34869B

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

Shades of Scooter #34869B

Tints of Scooter #34869B

Color information

#34869B (or 0x34869B) is unknown color: approx Scooter. HEX triplet: 34, 86 and 9B. RGB value is (52,134,155). Sum of RGB (Red+Green+Blue) = 52+134+155=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #34869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34869B is #CB7964. Grayscale: #6F6F6F. Windows color (decimal): -13334885 or 10192436. OLE color: 10192436.

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

Color convert

RGB52134155-
CMYK0.660.1400.39
HSL192.23º49.76%40.59%-
HSV(B)192.23º66.45%60.78%-
XYZ15.8620.1534.06-
YUV111.88152.3385.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=15.25%
G=39.30%
B=45.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521341550.660.1400.39192.2349.7640.59
Hex34869B42E027c03229
Octal64206233102160473006251
Binary110100100001101001101110000101110010011111000000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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