Html Css Color HEX #03379C Smalt

📋 copy color: '#03379C'

red 3 ◦ green 55 ◦ blue 156

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

Shades of Smalt #03379C

Tints of Smalt #03379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

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

R = 1.4%
G = 25.7%
B = 72.9%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03379C (or 0x03379C) is known color: Smalt. HEX triplet: 03, 37 and 9C. RGB value is (3,55,156). Sum of RGB (Red+Green+Blue) = 3+55+156=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #03379C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03379C is #FCC863. Grayscale: #323232. Windows color (decimal): -16566372 or 10237699. OLE color: 10237699.

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

Color convert

RGB 3 55 156 -
CMYK 0.98 0.65 0 0.39
HSL 219.61º 0.96% 0.31% -
HSV(B) 219.61º 0.98% 0.61% -
XYZ 7.4 5.15 32.06 -
YUV 50.97 187.27 93.79 -
System Red Green Blue C M Y K H S L
Decimal 3 55 156 0.98 0.65 0 0.39 219.61 0.96 0.31
Hex 3 37 9C 62 41 0 27 DC 60 1F
Octal 3 67 234 142 101 0 47 334 140 37
Binary 11 110111 10011100 1100010 1000001 0 100111 11011100 1100000 11111

Color Harmonies of #03379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03379C

Black with #03379C

Text Example


Text Example

White with #03379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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