#33939B

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

Shades of Scooter #33939B

Tints of Scooter #33939B

Color information

#33939B (or 0x33939B) is unknown color: approx Scooter. HEX triplet: 33, 93 and 9B. RGB value is (51,147,155). Sum of RGB (Red+Green+Blue) = 51+147+155=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #33939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33939B is #CC6C64. Grayscale: #777777. Windows color (decimal): -13397093 or 10195763. OLE color: 10195763.

HSL color Cylindrical-coordinate representation of color #33939B: hue angle of 184.62º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33939B is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51147155-
CMYK0.670.0500.39
HSL184.62º50.49%40.39%-
HSV(B)184.62º67.1%60.78%-
XYZ17.7223.9434.7-
YUV119.21148.279.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.45%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=14.45%
G=41.64%
B=43.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511471550.670.0500.39184.6250.4940.39
Hex33939B435027b93228
Octal6322323310350472716250
Binary11001110010011100110111000011101010011110111001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,147,155); }

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

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

 a { background-color: rgb(51,147,155); }

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

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

 span { border-color: rgb(51,147,155); }

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