Html Css Color HEX #03389B Smalt

📋 copy color: '#03389B'

red 3 ◦ green 56 ◦ blue 155

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

Shades of Smalt #03389B

Tints of Smalt #03389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.17%

 BLUE value IS 155 (60.94% from 255) = 72.43%

R = 1.4%
G = 26.17%
B = 72.43%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03389B (or 0x03389B) is known color: Smalt. HEX triplet: 03, 38 and 9B. RGB value is (3,56,155). Sum of RGB (Red+Green+Blue) = 3+56+155=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #03389B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03389B is #FCC764. Grayscale: #323232. Windows color (decimal): -16566117 or 10172419. OLE color: 10172419.

HSL color Cylindrical-coordinate representation of color #03389B: hue angle of 219.08º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03389B is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 56 155 -
CMYK 0.98 0.64 0 0.39
HSL 219.08º 0.96% 0.31% -
HSV(B) 219.08º 0.98% 0.61% -
XYZ 7.37 5.21 31.63 -
YUV 51.44 186.44 93.45 -
System Red Green Blue C M Y K H S L
Decimal 3 56 155 0.98 0.64 0 0.39 219.08 0.96 0.31
Hex 3 38 9B 62 40 0 27 DB 60 1F
Octal 3 70 233 142 100 0 47 333 140 37
Binary 11 111000 10011011 1100010 1000000 0 100111 11011011 1100000 11111

Color Harmonies of #03389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03389B

Black with #03389B

Text Example


Text Example

White with #03389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,56,155); }

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

background-color css

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

 a { background-color: rgb(3,56,155); }

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

border-color css

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

 span { border-color: rgb(3,56,155); }

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