#33819B

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

Shades of Scooter #33819B

Tints of Scooter #33819B

Color information

#33819B (or 0x33819B) is unknown color: approx Scooter. HEX triplet: 33, 81 and 9B. RGB value is (51,129,155). Sum of RGB (Red+Green+Blue) = 51+129+155=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #33819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33819B is #CC7E64. Grayscale: #6C6C6C. Windows color (decimal): -13401701 or 10191155. OLE color: 10191155.

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

Color convert

RGB51129155-
CMYK0.670.1700.39
HSL195º50.49%40.39%-
HSV(B)195º67.1%60.78%-
XYZ15.1318.7733.84-
YUV108.64154.1686.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=15.22%
G=38.51%
B=46.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511291550.670.1700.3919550.4940.39
Hex33819B4311027c33228
Octal63201233103210473036250
Binary1100111000000110011011100001110001010011111000011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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