Html Css Color HEX #03398B Smalt

📋 copy color: '#03398B'

red 3 ◦ green 57 ◦ blue 139

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

Shades of Smalt #03398B

Tints of Smalt #03398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.85%

R = 1.51%
G = 28.64%
B = 69.85%

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

#03398B (or 0x03398B) is known color: Smalt. HEX triplet: 03, 39 and 8B. RGB value is (3,57,139). Sum of RGB (Red+Green+Blue) = 3+57+139=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #03398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03398B is #FCC674. Grayscale: #313131. Windows color (decimal): -16565877 or 9124099. OLE color: 9124099.

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

Color convert

RGB 3 57 139 -
CMYK 0.98 0.59 0 0.45
HSL 216.18º 0.96% 0.28% -
HSV(B) 216.18º 0.98% 0.55% -
XYZ 6.16 4.81 25.03 -
YUV 50.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 3 57 139 0.98 0.59 0 0.45 216.18 0.96 0.28
Hex 3 39 8B 62 3B 0 2D D8 60 1C
Octal 3 71 213 142 73 0 55 330 140 34
Binary 11 111001 10001011 1100010 111011 0 101101 11011000 1100000 11100

Color Harmonies of #03398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03398B

Black with #03398B

Text Example


Text Example

White with #03398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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