Html Css Color HEX #03389C Smalt

📋 copy color: '#03389C'

red 3 ◦ green 56 ◦ blue 156

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

Shades of Smalt #03389C

Tints of Smalt #03389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 1.4%
G = 26.05%
B = 72.56%

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

#03389C (or 0x03389C) is known color: Smalt. HEX triplet: 03, 38 and 9C. RGB value is (3,56,156). Sum of RGB (Red+Green+Blue) = 3+56+156=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #03389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03389C is #FCC763. Grayscale: #333333. Windows color (decimal): -16566116 or 10237955. OLE color: 10237955.

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

Color convert

RGB 3 56 156 -
CMYK 0.98 0.64 0 0.39
HSL 219.22º 0.96% 0.31% -
HSV(B) 219.22º 0.98% 0.61% -
XYZ 7.45 5.25 32.07 -
YUV 51.55 186.94 93.37 -
System Red Green Blue C M Y K H S L
Decimal 3 56 156 0.98 0.64 0 0.39 219.22 0.96 0.31
Hex 3 38 9C 62 40 0 27 DB 60 1F
Octal 3 70 234 142 100 0 47 333 140 37
Binary 11 111000 10011100 1100010 1000000 0 100111 11011011 1100000 11111

Color Harmonies of #03389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03389C

Black with #03389C

Text Example


Text Example

White with #03389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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