Html Css Color HEX #03296B Sapphire

📋 copy color: '#03296B'

red 3 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #03296B

Tints of Sapphire #03296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 70.86%

R = 1.99%
G = 27.15%
B = 70.86%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03296B (or 0x03296B) is known color: Sapphire. HEX triplet: 03, 29 and 6B. RGB value is (3,41,107). Sum of RGB (Red+Green+Blue) = 3+41+107=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #03296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03296B is #FCD694. Grayscale: #242424. Windows color (decimal): -16570005 or 7022851. OLE color: 7022851.

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

Color convert

RGB 3 41 107 -
CMYK 0.97 0.62 0 0.58
HSL 218.08º 0.95% 0.22% -
HSV(B) 218.08º 0.97% 0.42% -
XYZ 3.48 2.67 14.24 -
YUV 37.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 3 41 107 0.97 0.62 0 0.58 218.08 0.95 0.22
Hex 3 29 6B 61 3E 0 3A DA 5F 16
Octal 3 51 153 141 76 0 72 332 137 26
Binary 11 101001 1101011 1100001 111110 0 111010 11011010 1011111 10110

Color Harmonies of #03296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03296B

Black with #03296B

Text Example


Text Example

White with #03296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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