Html Css Color HEX #03297D Sapphire

📋 copy color: '#03297D'

red 3 ◦ green 41 ◦ blue 125

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

Shades of Sapphire #03297D

Tints of Sapphire #03297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 73.96%

R = 1.78%
G = 24.26%
B = 73.96%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03297D (or 0x03297D) is known color: Sapphire. HEX triplet: 03, 29 and 7D. RGB value is (3,41,125). Sum of RGB (Red+Green+Blue) = 3+41+125=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #03297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03297D is #FCD682. Grayscale: #262626. Windows color (decimal): -16569987 or 8202499. OLE color: 8202499.

HSL color Cylindrical-coordinate representation of color #03297D: hue angle of 221.31º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03297D is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 41 125 -
CMYK 0.98 0.67 0 0.51
HSL 221.31º 0.95% 0.25% -
HSV(B) 221.31º 0.98% 0.49% -
XYZ 4.53 3.09 19.76 -
YUV 39.21 176.41 102.17 -
System Red Green Blue C M Y K H S L
Decimal 3 41 125 0.98 0.67 0 0.51 221.31 0.95 0.25
Hex 3 29 7D 62 43 0 33 DD 5F 19
Octal 3 51 175 142 103 0 63 335 137 31
Binary 11 101001 1111101 1100010 1000011 0 110011 11011101 1011111 11001

Color Harmonies of #03297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03297D

Black with #03297D

Text Example


Text Example

White with #03297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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