Html Css Color HEX #03299B Smalt

📋 copy color: '#03299B'

red 3 ◦ green 41 ◦ blue 155

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

Shades of Smalt #03299B

Tints of Smalt #03299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.89%

R = 1.51%
G = 20.6%
B = 77.89%

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

#03299B (or 0x03299B) is known color: Smalt. HEX triplet: 03, 29 and 9B. RGB value is (3,41,155). Sum of RGB (Red+Green+Blue) = 3+41+155=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #03299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03299B is #FCD664. Grayscale: #2A2A2A. Windows color (decimal): -16569957 or 10168579. OLE color: 10168579.

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

Color convert

RGB 3 41 155 -
CMYK 0.98 0.74 0 0.39
HSL 225º 0.96% 0.31% -
HSV(B) 225º 0.98% 0.61% -
XYZ 6.75 3.97 31.42 -
YUV 42.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 3 41 155 0.98 0.74 0 0.39 225 0.96 0.31
Hex 3 29 9B 62 4A 0 27 E1 60 1F
Octal 3 51 233 142 112 0 47 341 140 37
Binary 11 101001 10011011 1100010 1001010 0 100111 11100001 1100000 11111

Color Harmonies of #03299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03299B

Black with #03299B

Text Example


Text Example

White with #03299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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