Html Css Color HEX #03399A Smalt

📋 copy color: '#03399A'

red 3 ◦ green 57 ◦ blue 154

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

Shades of Smalt #03399A

Tints of Smalt #03399A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 71.96%

R = 1.4%
G = 26.64%
B = 71.96%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03399A (or 0x03399A) is known color: Smalt. HEX triplet: 03, 39 and 9A. RGB value is (3,57,154). Sum of RGB (Red+Green+Blue) = 3+57+154=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #03399A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03399A is #FCC665. Grayscale: #333333. Windows color (decimal): -16565862 or 10107139. OLE color: 10107139.

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

Color convert

RGB 3 57 154 -
CMYK 0.98 0.63 0 0.40
HSL 218.54º 0.96% 0.31% -
HSV(B) 218.54º 0.98% 0.6% -
XYZ 7.33 5.28 31.2 -
YUV 51.91 185.61 93.11 -
System Red Green Blue C M Y K H S L
Decimal 3 57 154 0.98 0.63 0 0.40 218.54 0.96 0.31
Hex 3 39 9A 62 3F 0 28 DB 60 1F
Octal 3 71 232 142 77 0 50 333 140 37
Binary 11 111001 10011010 1100010 111111 0 101000 11011011 1100000 11111

Color Harmonies of #03399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03399A

Black with #03399A

Text Example


Text Example

White with #03399A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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