Html Css Color HEX #03348C Smalt

📋 copy color: '#03348C'

red 3 ◦ green 52 ◦ blue 140

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

Shades of Smalt #03348C

Tints of Smalt #03348C

RGB

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

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

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

R = 1.54%
G = 26.67%
B = 71.79%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03348C (or 0x03348C) is known color: Smalt. HEX triplet: 03, 34 and 8C. RGB value is (3,52,140). Sum of RGB (Red+Green+Blue) = 3+52+140=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #03348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03348C is #FCCB73. Grayscale: #2E2E2E. Windows color (decimal): -16567156 or 9188355. OLE color: 9188355.

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

Color convert

RGB 3 52 140 -
CMYK 0.98 0.63 0 0.45
HSL 218.54º 0.96% 0.28% -
HSV(B) 218.54º 0.98% 0.55% -
XYZ 6 4.37 25.34 -
YUV 47.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 3 52 140 0.98 0.63 0 0.45 218.54 0.96 0.28
Hex 3 34 8C 62 3F 0 2D DB 60 1C
Octal 3 64 214 142 77 0 55 333 140 34
Binary 11 110100 10001100 1100010 111111 0 101101 11011011 1100000 11100

Color Harmonies of #03348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03348C

Black with #03348C

Text Example


Text Example

White with #03348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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