Html Css Color HEX #03369C Smalt

📋 copy color: '#03369C'

red 3 ◦ green 54 ◦ blue 156

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

Shades of Smalt #03369C

Tints of Smalt #03369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 1.41%
G = 25.35%
B = 73.24%

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

#03369C (or 0x03369C) is known color: Smalt. HEX triplet: 03, 36 and 9C. RGB value is (3,54,156). Sum of RGB (Red+Green+Blue) = 3+54+156=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #03369C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03369C is #FCC963. Grayscale: #313131. Windows color (decimal): -16566628 or 10237443. OLE color: 10237443.

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

Color convert

RGB 3 54 156 -
CMYK 0.98 0.65 0 0.39
HSL 220º 0.96% 0.31% -
HSV(B) 220º 0.98% 0.61% -
XYZ 7.36 5.06 32.04 -
YUV 50.38 187.6 94.21 -
System Red Green Blue C M Y K H S L
Decimal 3 54 156 0.98 0.65 0 0.39 220 0.96 0.31
Hex 3 36 9C 62 41 0 27 DC 60 1F
Octal 3 66 234 142 101 0 47 334 140 37
Binary 11 110110 10011100 1100010 1000001 0 100111 11011100 1100000 11111

Color Harmonies of #03369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03369C

Black with #03369C

Text Example


Text Example

White with #03369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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