#03358B

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

Shades of Smalt #03358B

Tints of Smalt #03358B

Color information

#03358B (or 0x03358B) is unknown color: approx Smalt. HEX triplet: 03, 35 and 8B. RGB value is (3,53,139). Sum of RGB (Red+Green+Blue) = 3+53+139=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #03358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03358B is #FCCA74. Grayscale: #2F2F2F. Windows color (decimal): -16566901 or 9123075. OLE color: 9123075.

HSL color Cylindrical-coordinate representation of color #03358B: hue angle of 217.94º 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 #03358B is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB353139-
CMYK0.980.6200.45
HSL217.94º95.77%27.84%-
HSV(B)217.94º97.84%54.51%-
XYZ5.974.4324.97-
YUV47.85179.4496.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 139 (54.69% from 255) = 71.28%
R=1.54%
G=27.18%
B=71.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3531390.980.6200.45217.9495.7727.84
Hex3358B623E02Dda601c
Octal3652131427605533214034
Binary11110101100010111100010111110010110111011010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,53,139); }

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

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

 a { background-color: rgb(3,53,139); }

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

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

 span { border-color: rgb(3,53,139); }

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