#33819F

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

Shades of Scooter #33819F

Tints of Scooter #33819F

Color information

#33819F (or 0x33819F) is unknown color: approx Scooter. HEX triplet: 33, 81 and 9F. RGB value is (51,129,159). Sum of RGB (Red+Green+Blue) = 51+129+159=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #33819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33819F is #CC7E60. Grayscale: #6C6C6C. Windows color (decimal): -13401697 or 10453299. OLE color: 10453299.

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

Color convert

RGB51129159-
CMYK0.680.1900.38
HSL196.67º51.43%41.18%-
HSV(B)196.67º67.92%62.35%-
XYZ15.4718.9135.63-
YUV109.1156.1686.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.04%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=15.04%
G=38.05%
B=46.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511291590.680.1900.38196.6751.4341.18
Hex33819F4413026c53329
Octal63201237104230463056351
Binary1100111000000110011111100010010011010011011000101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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