#33949F

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

Shades of Scooter #33949F

Tints of Scooter #33949F

Color information

#33949F (or 0x33949F) is unknown color: approx Scooter. HEX triplet: 33, 94 and 9F. RGB value is (51,148,159). Sum of RGB (Red+Green+Blue) = 51+148+159=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #33949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33949F is #CC6B60. Grayscale: #787878. Windows color (decimal): -13396833 or 10458163. OLE color: 10458163.

HSL color Cylindrical-coordinate representation of color #33949F: hue angle of 186.11º 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 #33949F is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51148159-
CMYK0.680.0700.38
HSL186.11º51.43%41.18%-
HSV(B)186.11º67.92%62.35%-
XYZ18.2124.3936.55-
YUV120.25149.8678.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.25%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 159 (62.5% from 255) = 44.41%
R=14.25%
G=41.34%
B=44.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511481590.680.0700.38186.1151.4341.18
Hex33949F447026ba3329
Octal6322423710470462726351
Binary11001110010100100111111000100111010011010111010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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