#033B8D

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

Shades of Smalt #033B8D

Tints of Smalt #033B8D

Color information

#033B8D (or 0x033B8D) is unknown color: approx Smalt. HEX triplet: 03, 3B and 8D. RGB value is (3,59,141). Sum of RGB (Red+Green+Blue) = 3+59+141=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #033B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033B8D is #FCC472. Grayscale: #333333. Windows color (decimal): -16565363 or 9255683. OLE color: 9255683.

HSL color Cylindrical-coordinate representation of color #033B8D: hue angle of 215.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033B8D is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB359141-
CMYK0.980.5800.45
HSL215.65º95.83%28.24%-
HSV(B)215.65º97.87%55.29%-
XYZ6.415.0725.84-
YUV51.6178.4593.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 141 (55.47% from 255) = 69.46%
R=1.48%
G=29.06%
B=69.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3591410.980.5800.45215.6595.8328.24
Hex33B8D623A02Dd8601c
Octal3732151427205533014034
Binary11111011100011011100010111010010110111011000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033B8D; }

 p { color: rgb(3,59,141); }

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

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

 a { background-color: rgb(3,59,141); }

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

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

 span { border-color: rgb(3,59,141); }

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