Html Css Color HEX #03218C Smalt

📋 copy color: '#03218C'

red 3 ◦ green 33 ◦ blue 140

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

Shades of Smalt #03218C

Tints of Smalt #03218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 79.55%

R = 1.7%
G = 18.75%
B = 79.55%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03218C (or 0x03218C) is known color: Smalt. HEX triplet: 03, 21 and 8C. RGB value is (3,33,140). Sum of RGB (Red+Green+Blue) = 3+33+140=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #03218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03218C is #FCDE73. Grayscale: #232323. Windows color (decimal): -16572020 or 9183491. OLE color: 9183491.

HSL color Cylindrical-coordinate representation of color #03218C: hue angle of 226.86º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03218C is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 33 140 -
CMYK 0.98 0.76 0 0.45
HSL 226.86º 0.96% 0.28% -
HSV(B) 226.86º 0.98% 0.55% -
XYZ 5.32 3 25.11 -
YUV 36.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 3 33 140 0.98 0.76 0 0.45 226.86 0.96 0.28
Hex 3 21 8C 62 4C 0 2D E3 60 1C
Octal 3 41 214 142 114 0 55 343 140 34
Binary 11 100001 10001100 1100010 1001100 0 101101 11100011 1100000 11100

Color Harmonies of #03218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03218C

Black with #03218C

Text Example


Text Example

White with #03218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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