Html Css Color HEX #03319B Smalt

📋 copy color: '#03319B'

red 3 ◦ green 49 ◦ blue 155

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

Shades of Smalt #03319B

Tints of Smalt #03319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.88%

R = 1.45%
G = 23.67%
B = 74.88%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03319B (or 0x03319B) is known color: Smalt. HEX triplet: 03, 31 and 9B. RGB value is (3,49,155). Sum of RGB (Red+Green+Blue) = 3+49+155=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #03319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03319B is #FCCE64. Grayscale: #2E2E2E. Windows color (decimal): -16567909 or 10170627. OLE color: 10170627.

HSL color Cylindrical-coordinate representation of color #03319B: hue angle of 221.84º 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 #03319B is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 49 155 -
CMYK 0.98 0.68 0 0.39
HSL 221.84º 0.96% 0.31% -
HSV(B) 221.84º 0.98% 0.61% -
XYZ 7.05 4.58 31.52 -
YUV 47.33 188.76 96.38 -
System Red Green Blue C M Y K H S L
Decimal 3 49 155 0.98 0.68 0 0.39 221.84 0.96 0.31
Hex 3 31 9B 62 44 0 27 DE 60 1F
Octal 3 61 233 142 104 0 47 336 140 37
Binary 11 110001 10011011 1100010 1000100 0 100111 11011110 1100000 11111

Color Harmonies of #03319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03319B

Black with #03319B

Text Example


Text Example

White with #03319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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