Html Css Color HEX #03349B Smalt

📋 copy color: '#03349B'

red 3 ◦ green 52 ◦ blue 155

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

Shades of Smalt #03349B

Tints of Smalt #03349B

RGB

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

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

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

R = 1.43%
G = 24.76%
B = 73.81%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03349B (or 0x03349B) is known color: Smalt. HEX triplet: 03, 34 and 9B. RGB value is (3,52,155). Sum of RGB (Red+Green+Blue) = 3+52+155=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #03349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03349B is #FCCB64. Grayscale: #303030. Windows color (decimal): -16567141 or 10171395. OLE color: 10171395.

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

Color convert

RGB 3 52 155 -
CMYK 0.98 0.66 0 0.39
HSL 220.66º 0.96% 0.31% -
HSV(B) 220.66º 0.98% 0.61% -
XYZ 7.18 4.84 31.57 -
YUV 49.09 187.77 95.12 -
System Red Green Blue C M Y K H S L
Decimal 3 52 155 0.98 0.66 0 0.39 220.66 0.96 0.31
Hex 3 34 9B 62 42 0 27 DD 60 1F
Octal 3 64 233 142 102 0 47 335 140 37
Binary 11 110100 10011011 1100010 1000010 0 100111 11011101 1100000 11111

Color Harmonies of #03349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03349B

Black with #03349B

Text Example


Text Example

White with #03349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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