Html Css Color HEX #03319C Smalt

📋 copy color: '#03319C'

red 3 ◦ green 49 ◦ blue 156

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

Shades of Smalt #03319C

Tints of Smalt #03319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 75%

R = 1.44%
G = 23.56%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03319C (or 0x03319C) is known color: Smalt. HEX triplet: 03, 31 and 9C. RGB value is (3,49,156). Sum of RGB (Red+Green+Blue) = 3+49+156=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #03319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03319C is #FCCE63. Grayscale: #2E2E2E. Windows color (decimal): -16567908 or 10236163. OLE color: 10236163.

HSL color Cylindrical-coordinate representation of color #03319C: hue angle of 221.96º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03319C is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 49 156 -
CMYK 0.98 0.69 0 0.39
HSL 221.96º 0.96% 0.31% -
HSV(B) 221.96º 0.98% 0.61% -
XYZ 7.14 4.62 31.97 -
YUV 47.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 3 49 156 0.98 0.69 0 0.39 221.96 0.96 0.31
Hex 3 31 9C 62 45 0 27 DE 60 1F
Octal 3 61 234 142 105 0 47 336 140 37
Binary 11 110001 10011100 1100010 1000101 0 100111 11011110 1100000 11111

Color Harmonies of #03319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03319C

Black with #03319C

Text Example


Text Example

White with #03319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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