Html Css Color HEX #03329C Smalt

📋 copy color: '#03329C'

red 3 ◦ green 50 ◦ blue 156

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

Shades of Smalt #03329C

Tints of Smalt #03329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

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

R = 1.44%
G = 23.92%
B = 74.64%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03329C (or 0x03329C) is known color: Smalt. HEX triplet: 03, 32 and 9C. RGB value is (3,50,156). Sum of RGB (Red+Green+Blue) = 3+50+156=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #03329C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03329C is #FCCD63. Grayscale: #2F2F2F. Windows color (decimal): -16567652 or 10236419. OLE color: 10236419.

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

Color convert

RGB 3 50 156 -
CMYK 0.98 0.68 0 0.39
HSL 221.57º 0.96% 0.31% -
HSV(B) 221.57º 0.98% 0.61% -
XYZ 7.18 4.7 31.98 -
YUV 48.03 188.93 95.88 -
System Red Green Blue C M Y K H S L
Decimal 3 50 156 0.98 0.68 0 0.39 221.57 0.96 0.31
Hex 3 32 9C 62 44 0 27 DE 60 1F
Octal 3 62 234 142 104 0 47 336 140 37
Binary 11 110010 10011100 1100010 1000100 0 100111 11011110 1100000 11111

Color Harmonies of #03329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03329C

Black with #03329C

Text Example


Text Example

White with #03329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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