Html Css Color HEX #03217D Sapphire

📋 copy color: '#03217D'

red 3 ◦ green 33 ◦ blue 125

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

Shades of Sapphire #03217D

Tints of Sapphire #03217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

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

R = 1.86%
G = 20.5%
B = 77.64%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03217D (or 0x03217D) is known color: Sapphire. HEX triplet: 03, 21 and 7D. RGB value is (3,33,125). Sum of RGB (Red+Green+Blue) = 3+33+125=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #03217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03217D is #FCDE82. Grayscale: #222222. Windows color (decimal): -16572035 or 8200451. OLE color: 8200451.

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

Color convert

RGB 3 33 125 -
CMYK 0.98 0.74 0 0.51
HSL 225.25º 0.95% 0.25% -
HSV(B) 225.25º 0.98% 0.49% -
XYZ 4.28 2.59 19.68 -
YUV 34.52 179.06 105.52 -
System Red Green Blue C M Y K H S L
Decimal 3 33 125 0.98 0.74 0 0.51 225.25 0.95 0.25
Hex 3 21 7D 62 4A 0 33 E1 5F 19
Octal 3 41 175 142 112 0 63 341 137 31
Binary 11 100001 1111101 1100010 1001010 0 110011 11100001 1011111 11001

Color Harmonies of #03217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03217D

Black with #03217D

Text Example


Text Example

White with #03217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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