#03228A

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

Shades of Smalt #03228A

Tints of Smalt #03228A

Color information

#03228A (or 0x03228A) is unknown color: approx Smalt. HEX triplet: 03, 22 and 8A. RGB value is (3,34,138). Sum of RGB (Red+Green+Blue) = 3+34+138=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #03228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03228A is #FCDD75. Grayscale: #242424. Windows color (decimal): -16571766 or 9052675. OLE color: 9052675.

HSL color Cylindrical-coordinate representation of color #03228A: hue angle of 226.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03228A is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB334138-
CMYK0.980.7500.46
HSL226.22º95.74%27.65%-
HSV(B)226.22º97.83%54.12%-
XYZ5.2324.35-
YUV36.59185.23104.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 138 (54.30% from 255) = 78.86%
R=1.71%
G=19.43%
B=78.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3341380.980.7500.46226.2295.7427.65
Hex3228A624B02Ee2601c
Octal34221214211305634214034
Binary111000101000101011000101001011010111011100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03228A; }

 p { color: rgb(3,34,138); }

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

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

 a { background-color: rgb(3,34,138); }

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

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

 span { border-color: rgb(3,34,138); }

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