Html Css Color HEX #03224D Sapphire

📋 copy color: '#03224D'

red 3 ◦ green 34 ◦ blue 77

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

Shades of Sapphire #03224D

Tints of Sapphire #03224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.82%

 BLUE value IS 77 (30.47% from 255) = 67.54%

R = 2.63%
G = 29.82%
B = 67.54%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03224D (or 0x03224D) is known color: Sapphire. HEX triplet: 03, 22 and 4D. RGB value is (3,34,77). Sum of RGB (Red+Green+Blue) = 3+34+77=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #03224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03224D is #FCDDB2. Grayscale: #1D1D1D. Windows color (decimal): -16571827 or 5054979. OLE color: 5054979.

HSL color Cylindrical-coordinate representation of color #03224D: hue angle of 214.86º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03224D is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 34 77 -
CMYK 0.96 0.56 0 0.70
HSL 214.86º 0.93% 0.16% -
HSV(B) 214.86º 0.96% 0.3% -
XYZ 1.95 1.7 7.25 -
YUV 29.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 3 34 77 0.96 0.56 0 0.70 214.86 0.93 0.16
Hex 3 22 4D 60 38 0 46 D7 5C 10
Octal 3 42 115 140 70 0 106 327 134 20
Binary 11 100010 1001101 1100000 111000 0 1000110 11010111 1011100 10000

Color Harmonies of #03224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03224D

Black with #03224D

Text Example


Text Example

White with #03224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,34,77); }

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

background-color css

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

 a { background-color: rgb(3,34,77); }

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

border-color css

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

 span { border-color: rgb(3,34,77); }

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