Html Css Color HEX #03299C Smalt

📋 copy color: '#03299C'

red 3 ◦ green 41 ◦ blue 156

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

Shades of Smalt #03299C

Tints of Smalt #03299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

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

R = 1.5%
G = 20.5%
B = 78%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03299C (or 0x03299C) is known color: Smalt. HEX triplet: 03, 29 and 9C. RGB value is (3,41,156). Sum of RGB (Red+Green+Blue) = 3+41+156=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #03299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03299C is #FCD663. Grayscale: #2A2A2A. Windows color (decimal): -16569956 or 10234115. OLE color: 10234115.

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

Color convert

RGB 3 41 156 -
CMYK 0.98 0.74 0 0.39
HSL 225.1º 0.96% 0.31% -
HSV(B) 225.1º 0.98% 0.61% -
XYZ 6.83 4.01 31.87 -
YUV 42.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 3 41 156 0.98 0.74 0 0.39 225.1 0.96 0.31
Hex 3 29 9C 62 4A 0 27 E1 60 1F
Octal 3 51 234 142 112 0 47 341 140 37
Binary 11 101001 10011100 1100010 1001010 0 100111 11100001 1100000 11111

Color Harmonies of #03299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03299C

Black with #03299C

Text Example


Text Example

White with #03299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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