#33849D

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

Shades of Scooter #33849D

Tints of Scooter #33849D

Color information

#33849D (or 0x33849D) is unknown color: approx Scooter. HEX triplet: 33, 84 and 9D. RGB value is (51,132,157). Sum of RGB (Red+Green+Blue) = 51+132+157=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #33849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33849D is #CC7B62. Grayscale: #6E6E6E. Windows color (decimal): -13400931 or 10322995. OLE color: 10322995.

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

Color convert

RGB51132157-
CMYK0.680.1600.38
HSL194.15º50.96%40.78%-
HSV(B)194.15º67.52%61.57%-
XYZ15.719.6434.86-
YUV110.63154.1685.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=15%
G=38.82%
B=46.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511321570.680.1600.38194.1550.9640.78
Hex33849D4410026c23329
Octal63204235104200463026351
Binary1100111000010010011101100010010000010011011000010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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