#033384

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

Shades of Smalt #033384

Tints of Smalt #033384

Color information

#033384 (or 0x033384) is unknown color: approx Smalt. HEX triplet: 03, 33 and 84. RGB value is (3,51,132). Sum of RGB (Red+Green+Blue) = 3+51+132=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #033384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033384 is #FCCC7B. Grayscale: #2D2D2D. Windows color (decimal): -16567420 or 8663811. OLE color: 8663811.

HSL color Cylindrical-coordinate representation of color #033384: hue angle of 217.67º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033384 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB351132-
CMYK0.980.6100.48
HSL217.67º95.56%26.47%-
HSV(B)217.67º97.73%51.76%-
XYZ5.394.0522.33-
YUV45.88176.697.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 132 (51.95% from 255) = 70.97%
R=1.61%
G=27.42%
B=70.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3511320.980.6100.48217.6795.5626.47
Hex33384623D030da601a
Octal3632041427506033214032
Binary11110011100001001100010111101011000011011010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033384; }

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

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

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

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

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

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

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

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