Html Css Color HEX #03348A Smalt

📋 copy color: '#03348A'

red 3 ◦ green 52 ◦ blue 138

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

Shades of Smalt #03348A

Tints of Smalt #03348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 71.5%

R = 1.55%
G = 26.94%
B = 71.5%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03348A (or 0x03348A) is known color: Smalt. HEX triplet: 03, 34 and 8A. RGB value is (3,52,138). Sum of RGB (Red+Green+Blue) = 3+52+138=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 138 (54.30% from 255 or 71.50% from 193); Max value from RGB is 138 - color contains mainly: blue. Hex color #03348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03348A is #FCCB75. Grayscale: #2E2E2E. Windows color (decimal): -16567158 or 9057283. OLE color: 9057283.

HSL color Cylindrical-coordinate representation of color #03348A: hue angle of 218.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03348A is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 52 138 -
CMYK 0.98 0.62 0 0.46
HSL 218.22º 0.96% 0.28% -
HSV(B) 218.22º 0.98% 0.54% -
XYZ 5.85 4.31 24.57 -
YUV 47.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 3 52 138 0.98 0.62 0 0.46 218.22 0.96 0.28
Hex 3 34 8A 62 3E 0 2E DA 60 1C
Octal 3 64 212 142 76 0 56 332 140 34
Binary 11 110100 10001010 1100010 111110 0 101110 11011010 1100000 11100

Color Harmonies of #03348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03348A

Black with #03348A

Text Example


Text Example

White with #03348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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