Html Css Color HEX #03348D Smalt

📋 copy color: '#03348D'

red 3 ◦ green 52 ◦ blue 141

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

Shades of Smalt #03348D

Tints of Smalt #03348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 71.94%

R = 1.53%
G = 26.53%
B = 71.94%

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

#03348D (or 0x03348D) is known color: Smalt. HEX triplet: 03, 34 and 8D. RGB value is (3,52,141). Sum of RGB (Red+Green+Blue) = 3+52+141=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #03348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03348D is #FCCB72. Grayscale: #2F2F2F. Windows color (decimal): -16567155 or 9253891. OLE color: 9253891.

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

Color convert

RGB 3 52 141 -
CMYK 0.98 0.63 0 0.45
HSL 218.7º 0.96% 0.28% -
HSV(B) 218.7º 0.98% 0.55% -
XYZ 6.07 4.4 25.73 -
YUV 47.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 3 52 141 0.98 0.63 0 0.45 218.7 0.96 0.28
Hex 3 34 8D 62 3F 0 2D DB 60 1C
Octal 3 64 215 142 77 0 55 333 140 34
Binary 11 110100 10001101 1100010 111111 0 101101 11011011 1100000 11100

Color Harmonies of #03348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03348D

Black with #03348D

Text Example


Text Example

White with #03348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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