Html Css Color HEX #03288E Smalt

📋 copy color: '#03288E'

red 3 ◦ green 40 ◦ blue 142

#03288E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #03288E

Tints of Smalt #03288E

RGB

 RED value IS 3 (1.56% from 255) = 1.62%

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 142 (55.86% from 255) = 76.76%

R = 1.62%
G = 21.62%
B = 76.76%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03288E (or 0x03288E) is known color: Smalt. HEX triplet: 03, 28 and 8E. RGB value is (3,40,142). Sum of RGB (Red+Green+Blue) = 3+40+142=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 142 (55.86% from 255 or 76.76% from 185); Max value from RGB is 142 - color contains mainly: blue. Hex color #03288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03288E is #FCD771. Grayscale: #282828. Windows color (decimal): -16570226 or 9316355. OLE color: 9316355.

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

Color convert

RGB 3 40 142 -
CMYK 0.98 0.72 0 0.44
HSL 224.03º 0.96% 0.28% -
HSV(B) 224.03º 0.98% 0.56% -
XYZ 5.68 3.49 25.97 -
YUV 40.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 3 40 142 0.98 0.72 0 0.44 224.03 0.96 0.28
Hex 3 28 8E 62 48 0 2C E0 60 1C
Octal 3 50 216 142 110 0 54 340 140 34
Binary 11 101000 10001110 1100010 1001000 0 101100 11100000 1100000 11100

Color Harmonies of #03288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03288E

Black with #03288E

Text Example


Text Example

White with #03288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03288E; }

 p { color: rgb(3,40,142); }

 H1.HeaderClassName
 {
   color: #03288E;
 }
 .AnyTagClassName
 {
   color: #03288E;
 }
</style>

background-color css

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

 a { background-color: rgb(3,40,142); }

 div.DivClassName
 {
   background-color: #03288E;
 }
 .BgClassName
 {
   background-color: #03288E;
 }
</style>

border-color css

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

 span { border-color: rgb(3,40,142); }

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