#33869D

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

Shades of Scooter #33869D

Tints of Scooter #33869D

Color information

#33869D (or 0x33869D) is unknown color: approx Scooter. HEX triplet: 33, 86 and 9D. RGB value is (51,134,157). Sum of RGB (Red+Green+Blue) = 51+134+157=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #33869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33869D is #CC7962. Grayscale: #6F6F6F. Windows color (decimal): -13400419 or 10323507. OLE color: 10323507.

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

Color convert

RGB51134157-
CMYK0.680.1500.38
HSL193.02º50.96%40.78%-
HSV(B)193.02º67.52%61.57%-
XYZ15.9820.1934.95-
YUV111.8153.584.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=14.91%
G=39.18%
B=45.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511341570.680.1500.38193.0250.9640.78
Hex33869D44F026c13329
Octal63206235104170463016351
Binary110011100001101001110110001001111010011011000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33869D; }

 p { color: rgb(51,134,157); }

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

<style>
 a { background-color: #33869D; }

 a { background-color: rgb(51,134,157); }

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

<style>
 span { border-color: #33869D; }

 span { border-color: rgb(51,134,157); }

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