Html Css Color HEX #03328E Smalt

📋 copy color: '#03328E'

red 3 ◦ green 50 ◦ blue 142

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

Shades of Smalt #03328E

Tints of Smalt #03328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 1.54%
G = 25.64%
B = 72.82%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03328E (or 0x03328E) is known color: Smalt. HEX triplet: 03, 32 and 8E. RGB value is (3,50,142). Sum of RGB (Red+Green+Blue) = 3+50+142=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #03328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03328E is #FCCD71. Grayscale: #2E2E2E. Windows color (decimal): -16567666 or 9318915. OLE color: 9318915.

HSL color Cylindrical-coordinate representation of color #03328E: hue angle of 219.71º 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 #03328E is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 50 142 -
CMYK 0.98 0.65 0 0.44
HSL 219.71º 0.96% 0.28% -
HSV(B) 219.71º 0.98% 0.56% -
XYZ 6.06 4.25 26.09 -
YUV 46.44 181.93 97.02 -
System Red Green Blue C M Y K H S L
Decimal 3 50 142 0.98 0.65 0 0.44 219.71 0.96 0.28
Hex 3 32 8E 62 41 0 2C DC 60 1C
Octal 3 62 216 142 101 0 54 334 140 34
Binary 11 110010 10001110 1100010 1000001 0 101100 11011100 1100000 11100

Color Harmonies of #03328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03328E

Black with #03328E

Text Example


Text Example

White with #03328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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