Html Css Color HEX #03295F Sapphire

📋 copy color: '#03295F'

red 3 ◦ green 41 ◦ blue 95

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

Shades of Sapphire #03295F

Tints of Sapphire #03295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 68.35%

R = 2.16%
G = 29.5%
B = 68.35%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03295F (or 0x03295F) is known color: Sapphire. HEX triplet: 03, 29 and 5F. RGB value is (3,41,95). Sum of RGB (Red+Green+Blue) = 3+41+95=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #03295F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03295F is #FCD6A0. Grayscale: #232323. Windows color (decimal): -16570017 or 6236419. OLE color: 6236419.

HSL color Cylindrical-coordinate representation of color #03295F: hue angle of 215.22º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03295F is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 41 95 -
CMYK 0.97 0.57 0 0.63
HSL 215.22º 0.94% 0.19% -
HSV(B) 215.22º 0.97% 0.37% -
XYZ 2.9 2.43 11.14 -
YUV 35.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 3 41 95 0.97 0.57 0 0.63 215.22 0.94 0.19
Hex 3 29 5F 61 39 0 3F D7 5E 13
Octal 3 51 137 141 71 0 77 327 136 23
Binary 11 101001 1011111 1100001 111001 0 111111 11010111 1011110 10011

Color Harmonies of #03295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03295F

Black with #03295F

Text Example


Text Example

White with #03295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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