Html Css Color HEX #03398F Smalt

📋 copy color: '#03398F'

red 3 ◦ green 57 ◦ blue 143

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

Shades of Smalt #03398F

Tints of Smalt #03398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 70.44%

R = 1.48%
G = 28.08%
B = 70.44%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03398F (or 0x03398F) is known color: Smalt. HEX triplet: 03, 39 and 8F. RGB value is (3,57,143). Sum of RGB (Red+Green+Blue) = 3+57+143=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #03398F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03398F is #FCC670. Grayscale: #323232. Windows color (decimal): -16565873 or 9386243. OLE color: 9386243.

HSL color Cylindrical-coordinate representation of color #03398F: hue angle of 216.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03398F is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 57 143 -
CMYK 0.98 0.60 0 0.44
HSL 216.86º 0.96% 0.29% -
HSV(B) 216.86º 0.98% 0.56% -
XYZ 6.46 4.93 26.6 -
YUV 50.66 180.11 94.01 -
System Red Green Blue C M Y K H S L
Decimal 3 57 143 0.98 0.60 0 0.44 216.86 0.96 0.29
Hex 3 39 8F 62 3C 0 2C D9 60 1D
Octal 3 71 217 142 74 0 54 331 140 35
Binary 11 111001 10001111 1100010 111100 0 101100 11011001 1100000 11101

Color Harmonies of #03398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03398F

Black with #03398F

Text Example


Text Example

White with #03398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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