#03298F

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

Shades of Smalt #03298F

Tints of Smalt #03298F

Color information

#03298F (or 0x03298F) is unknown color: approx Smalt. HEX triplet: 03, 29 and 8F. RGB value is (3,41,143). Sum of RGB (Red+Green+Blue) = 3+41+143=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 143 (56.25% from 255 or 76.47% from 187); Max value from RGB is 143 - color contains mainly: blue. Hex color #03298F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03298F is #FCD670. Grayscale: #282828. Windows color (decimal): -16569969 or 9382147. OLE color: 9382147.

HSL color Cylindrical-coordinate representation of color #03298F: hue angle of 223.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03298F is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB341143-
CMYK0.980.7100.44
HSL223.71º95.89%28.63%-
HSV(B)223.71º97.9%56.08%-
XYZ5.793.5926.37-
YUV41.27185.41100.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 143 (56.25% from 255) = 76.47%
R=1.60%
G=21.93%
B=76.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3411430.980.7100.44223.7195.8928.63
Hex3298F624702Ce0601d
Octal35121714210705434014035
Binary111010011000111111000101000111010110011100000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03298F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03298F; }

 p { color: rgb(3,41,143); }

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

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

 a { background-color: rgb(3,41,143); }

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

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

 span { border-color: rgb(3,41,143); }

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