Html Css Color HEX #03399D Smalt

📋 copy color: '#03399D'

red 3 ◦ green 57 ◦ blue 157

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

Shades of Smalt #03399D

Tints of Smalt #03399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.27%

 BLUE value IS 157 (61.72% from 255) = 72.35%

R = 1.38%
G = 26.27%
B = 72.35%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03399D (or 0x03399D) is known color: Smalt. HEX triplet: 03, 39 and 9D. RGB value is (3,57,157). Sum of RGB (Red+Green+Blue) = 3+57+157=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #03399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03399D is #FCC662. Grayscale: #333333. Windows color (decimal): -16565859 or 10303747. OLE color: 10303747.

HSL color Cylindrical-coordinate representation of color #03399D: hue angle of 218.96º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03399D is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 57 157 -
CMYK 0.98 0.64 0 0.38
HSL 218.96º 0.96% 0.31% -
HSV(B) 218.96º 0.98% 0.62% -
XYZ 7.59 5.38 32.54 -
YUV 52.25 187.11 92.87 -
System Red Green Blue C M Y K H S L
Decimal 3 57 157 0.98 0.64 0 0.38 218.96 0.96 0.31
Hex 3 39 9D 62 40 0 26 DB 60 1F
Octal 3 71 235 142 100 0 46 333 140 37
Binary 11 111001 10011101 1100010 1000000 0 100110 11011011 1100000 11111

Color Harmonies of #03399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03399D

Black with #03399D

Text Example


Text Example

White with #03399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,57,157); }

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

background-color css

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

 a { background-color: rgb(3,57,157); }

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

border-color css

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

 span { border-color: rgb(3,57,157); }

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