Html Css Color HEX #03218E Smalt

📋 copy color: '#03218E'

red 3 ◦ green 33 ◦ blue 142

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

Shades of Smalt #03218E

Tints of Smalt #03218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

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

R = 1.69%
G = 18.54%
B = 79.78%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03218E (or 0x03218E) is known color: Smalt. HEX triplet: 03, 21 and 8E. RGB value is (3,33,142). Sum of RGB (Red+Green+Blue) = 3+33+142=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 142 (55.86% from 255 or 79.78% from 178); Max value from RGB is 142 - color contains mainly: blue. Hex color #03218E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03218E is #FCDE71. Grayscale: #232323. Windows color (decimal): -16572018 or 9314563. OLE color: 9314563.

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

Color convert

RGB 3 33 142 -
CMYK 0.98 0.77 0 0.44
HSL 227.05º 0.96% 0.28% -
HSV(B) 227.05º 0.98% 0.56% -
XYZ 5.46 3.06 25.89 -
YUV 36.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 3 33 142 0.98 0.77 0 0.44 227.05 0.96 0.28
Hex 3 21 8E 62 4D 0 2C E3 60 1C
Octal 3 41 216 142 115 0 54 343 140 34
Binary 11 100001 10001110 1100010 1001101 0 101100 11100011 1100000 11100

Color Harmonies of #03218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03218E

Black with #03218E

Text Example


Text Example

White with #03218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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