#33889B

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

Shades of Scooter #33889B

Tints of Scooter #33889B

Color information

#33889B (or 0x33889B) is unknown color: approx Scooter. HEX triplet: 33, 88 and 9B. RGB value is (51,136,155). Sum of RGB (Red+Green+Blue) = 51+136+155=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #33889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33889B is #CC7764. Grayscale: #707070. Windows color (decimal): -13399909 or 10192947. OLE color: 10192947.

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

Color convert

RGB51136155-
CMYK0.670.1200.39
HSL190.96º50.49%40.39%-
HSV(B)190.96º67.1%60.78%-
XYZ16.0920.6834.15-
YUV112.75151.8483.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=14.91%
G=39.77%
B=45.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511361550.670.1200.39190.9650.4940.39
Hex33889B43C027bf3228
Octal63210233103140472776250
Binary110011100010001001101110000111100010011110111111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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