#33849C

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

Shades of Scooter #33849C

Tints of Scooter #33849C

Color information

#33849C (or 0x33849C) is unknown color: approx Scooter. HEX triplet: 33, 84 and 9C. RGB value is (51,132,156). Sum of RGB (Red+Green+Blue) = 51+132+156=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #33849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33849C is #CC7B63. Grayscale: #6E6E6E. Windows color (decimal): -13400932 or 10257459. OLE color: 10257459.

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

Color convert

RGB51132156-
CMYK0.670.1500.39
HSL193.71º50.72%40.59%-
HSV(B)193.71º67.31%61.18%-
XYZ15.6219.6134.41-
YUV110.52153.6685.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.04%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=15.04%
G=38.94%
B=46.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511321560.670.1500.39193.7150.7240.59
Hex33849C43F027c23329
Octal63204234103170473026351
Binary110011100001001001110010000111111010011111000010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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