#033394

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

Shades of Smalt #033394

Tints of Smalt #033394

Color information

#033394 (or 0x033394) is unknown color: approx Smalt. HEX triplet: 03, 33 and 94. RGB value is (3,51,148). Sum of RGB (Red+Green+Blue) = 3+51+148=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #033394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033394 is #FCCC6B. Grayscale: #2F2F2F. Windows color (decimal): -16567404 or 9712387. OLE color: 9712387.

HSL color Cylindrical-coordinate representation of color #033394: hue angle of 220.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033394 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB351148-
CMYK0.980.6600.42
HSL220.14º96.03%29.61%-
HSV(B)220.14º97.97%58.04%-
XYZ6.574.5328.54-
YUV47.71184.696.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 148 (58.20% from 255) = 73.27%
R=1.49%
G=25.25%
B=73.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3511480.980.6600.42220.1496.0329.61
Hex33394624202Adc601e
Octal36322414210205233414036
Binary111100111001010011000101000010010101011011100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033394; }

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

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

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

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

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

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

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

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