Html Css Color HEX #03318F Smalt

📋 copy color: '#03318F'

red 3 ◦ green 49 ◦ blue 143

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

Shades of Smalt #03318F

Tints of Smalt #03318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.13%

 BLUE value IS 143 (56.25% from 255) = 73.33%

R = 1.54%
G = 25.13%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03318F (or 0x03318F) is known color: Smalt. HEX triplet: 03, 31 and 8F. RGB value is (3,49,143). Sum of RGB (Red+Green+Blue) = 3+49+143=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #03318F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03318F is #FCCE70. Grayscale: #2D2D2D. Windows color (decimal): -16567921 or 9384195. OLE color: 9384195.

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

Color convert

RGB 3 49 143 -
CMYK 0.98 0.66 0 0.44
HSL 220.29º 0.96% 0.29% -
HSV(B) 220.29º 0.98% 0.56% -
XYZ 6.09 4.2 26.48 -
YUV 45.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 3 49 143 0.98 0.66 0 0.44 220.29 0.96 0.29
Hex 3 31 8F 62 42 0 2C DC 60 1D
Octal 3 61 217 142 102 0 54 334 140 35
Binary 11 110001 10001111 1100010 1000010 0 101100 11011100 1100000 11101

Color Harmonies of #03318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03318F

Black with #03318F

Text Example


Text Example

White with #03318F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03318F;
 }
 .AnyTagClassName
 {
   color: #03318F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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