Html Css Color HEX #03298D Smalt

📋 copy color: '#03298D'

red 3 ◦ green 41 ◦ blue 141

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

Shades of Smalt #03298D

Tints of Smalt #03298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 76.22%

R = 1.62%
G = 22.16%
B = 76.22%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03298D (or 0x03298D) is known color: Smalt. HEX triplet: 03, 29 and 8D. RGB value is (3,41,141). Sum of RGB (Red+Green+Blue) = 3+41+141=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #03298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03298D is #FCD672. Grayscale: #282828. Windows color (decimal): -16569971 or 9251075. OLE color: 9251075.

HSL color Cylindrical-coordinate representation of color #03298D: hue angle of 223.48º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03298D is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 41 141 -
CMYK 0.98 0.71 0 0.45
HSL 223.48º 0.96% 0.28% -
HSV(B) 223.48º 0.98% 0.55% -
XYZ 5.64 3.53 25.58 -
YUV 41.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 3 41 141 0.98 0.71 0 0.45 223.48 0.96 0.28
Hex 3 29 8D 62 47 0 2D DF 60 1C
Octal 3 51 215 142 107 0 55 337 140 34
Binary 11 101001 10001101 1100010 1000111 0 101101 11011111 1100000 11100

Color Harmonies of #03298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03298D

Black with #03298D

Text Example


Text Example

White with #03298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03298D; }

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

 H1.HeaderClassName
 {
   color: #03298D;
 }
 .AnyTagClassName
 {
   color: #03298D;
 }
</style>

background-color css

<style>
 a { background-color: #03298D; }

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

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

border-color css

<style>
 span { border-color: #03298D; }

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

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