Html Css Color HEX #03348E Smalt

📋 copy color: '#03348E'

red 3 ◦ green 52 ◦ blue 142

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

Shades of Smalt #03348E

Tints of Smalt #03348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

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

R = 1.52%
G = 26.4%
B = 72.08%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03348E (or 0x03348E) is known color: Smalt. HEX triplet: 03, 34 and 8E. RGB value is (3,52,142). Sum of RGB (Red+Green+Blue) = 3+52+142=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #03348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03348E is #FCCB71. Grayscale: #2F2F2F. Windows color (decimal): -16567154 or 9319427. OLE color: 9319427.

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

Color convert

RGB 3 52 142 -
CMYK 0.98 0.63 0 0.44
HSL 218.85º 0.96% 0.28% -
HSV(B) 218.85º 0.98% 0.56% -
XYZ 6.15 4.43 26.12 -
YUV 47.61 181.27 96.18 -
System Red Green Blue C M Y K H S L
Decimal 3 52 142 0.98 0.63 0 0.44 218.85 0.96 0.28
Hex 3 34 8E 62 3F 0 2C DB 60 1C
Octal 3 64 216 142 77 0 54 333 140 34
Binary 11 110100 10001110 1100010 111111 0 101100 11011011 1100000 11100

Color Harmonies of #03348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03348E

Black with #03348E

Text Example


Text Example

White with #03348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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