#033688

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

Shades of Smalt #033688

Tints of Smalt #033688

Color information

#033688 (or 0x033688) is unknown color: approx Smalt. HEX triplet: 03, 36 and 88. RGB value is (3,54,136). Sum of RGB (Red+Green+Blue) = 3+54+136=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #033688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033688 is #FCC977. Grayscale: #2F2F2F. Windows color (decimal): -16566648 or 8926723. OLE color: 8926723.

HSL color Cylindrical-coordinate representation of color #033688: hue angle of 216.99º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033688 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB354136-
CMYK0.980.6000.47
HSL216.99º95.68%27.25%-
HSV(B)216.99º97.79%53.33%-
XYZ5.84.4423.84-
YUV48.1177.695.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 136 (53.52% from 255) = 70.47%
R=1.55%
G=27.98%
B=70.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3541360.980.6000.47216.9995.6827.25
Hex33688623C02Fd9601b
Octal3662101427405733114033
Binary11110110100010001100010111100010111111011001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033688; }

 p { color: rgb(3,54,136); }

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

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

 a { background-color: rgb(3,54,136); }

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

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

 span { border-color: rgb(3,54,136); }

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