#03398B

Color #03398B Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #03398B

Tints of Smalt #03398B

Color information

#03398B (or 0x03398B) is unknown color: approx 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

RGB357139-
CMYK0.980.5900.45
HSL216.18º95.77%27.84%-
HSV(B)216.18º97.84%54.51%-
XYZ6.164.8125.03-
YUV50.2178.1194.33-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3571390.980.5900.45216.1895.7727.84
Hex3398B623B02Dd8601c
Octal3712131427305533014034
Binary11111001100010111100010111011010110111011000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>