Html Css Color HEX #03296F Sapphire

📋 copy color: '#03296F'

red 3 ◦ green 41 ◦ blue 111

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

Shades of Sapphire #03296F

Tints of Sapphire #03296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 71.61%

R = 1.94%
G = 26.45%
B = 71.61%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03296F (or 0x03296F) is known color: Sapphire. HEX triplet: 03, 29 and 6F. RGB value is (3,41,111). Sum of RGB (Red+Green+Blue) = 3+41+111=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #03296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03296F is #FCD690. Grayscale: #252525. Windows color (decimal): -16570001 or 7284995. OLE color: 7284995.

HSL color Cylindrical-coordinate representation of color #03296F: hue angle of 218.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03296F is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 41 111 -
CMYK 0.97 0.63 0 0.56
HSL 218.89º 0.95% 0.22% -
HSV(B) 218.89º 0.97% 0.44% -
XYZ 3.7 2.75 15.38 -
YUV 37.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 3 41 111 0.97 0.63 0 0.56 218.89 0.95 0.22
Hex 3 29 6F 61 3F 0 38 DB 5F 16
Octal 3 51 157 141 77 0 70 333 137 26
Binary 11 101001 1101111 1100001 111111 0 111000 11011011 1011111 10110

Color Harmonies of #03296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03296F

Black with #03296F

Text Example


Text Example

White with #03296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03296F; }

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

 H1.HeaderClassName
 {
   color: #03296F;
 }
 .AnyTagClassName
 {
   color: #03296F;
 }
</style>

background-color css

<style>
 a { background-color: #03296F; }

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

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

border-color css

<style>
 span { border-color: #03296F; }

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

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