#33849F

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

Shades of Scooter #33849F

Tints of Scooter #33849F

Color information

#33849F (or 0x33849F) is unknown color: approx Scooter. HEX triplet: 33, 84 and 9F. RGB value is (51,132,159). Sum of RGB (Red+Green+Blue) = 51+132+159=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #33849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33849F is #CC7B60. Grayscale: #6E6E6E. Windows color (decimal): -13400929 or 10454067. OLE color: 10454067.

HSL color Cylindrical-coordinate representation of color #33849F: hue angle of 195º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33849F is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51132159-
CMYK0.680.1700.38
HSL195º51.43%41.18%-
HSV(B)195º67.92%62.35%-
XYZ15.8719.7135.77-
YUV110.86155.1685.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=14.91%
G=38.60%
B=46.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511321590.680.1700.3819551.4341.18
Hex33849F4411026c33329
Octal63204237104210463036351
Binary1100111000010010011111100010010001010011011000011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33849F; }

 p { color: rgb(51,132,159); }

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

<style>
 a { background-color: #33849F; }

 a { background-color: rgb(51,132,159); }

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

<style>
 span { border-color: #33849F; }

 span { border-color: rgb(51,132,159); }

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