Html Css Color HEX #03398C Smalt

📋 copy color: '#03398C'

red 3 ◦ green 57 ◦ blue 140

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

Shades of Smalt #03398C

Tints of Smalt #03398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 70%

R = 1.5%
G = 28.5%
B = 70%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03398C (or 0x03398C) is known color: Smalt. HEX triplet: 03, 39 and 8C. RGB value is (3,57,140). Sum of RGB (Red+Green+Blue) = 3+57+140=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #03398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03398C is #FCC673. Grayscale: #313131. Windows color (decimal): -16565876 or 9189635. OLE color: 9189635.

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

Color convert

RGB 3 57 140 -
CMYK 0.98 0.59 0 0.45
HSL 216.35º 0.96% 0.28% -
HSV(B) 216.35º 0.98% 0.55% -
XYZ 6.23 4.84 25.42 -
YUV 50.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 3 57 140 0.98 0.59 0 0.45 216.35 0.96 0.28
Hex 3 39 8C 62 3B 0 2D D8 60 1C
Octal 3 71 214 142 73 0 55 330 140 34
Binary 11 111001 10001100 1100010 111011 0 101101 11011000 1100000 11100

Color Harmonies of #03398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03398C

Black with #03398C

Text Example


Text Example

White with #03398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03398C; }

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

 H1.HeaderClassName
 {
   color: #03398C;
 }
 .AnyTagClassName
 {
   color: #03398C;
 }
</style>

background-color css

<style>
 a { background-color: #03398C; }

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

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

border-color css

<style>
 span { border-color: #03398C; }

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

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