Html Css Color HEX #03224C Sapphire

📋 copy color: '#03224C'

red 3 ◦ green 34 ◦ blue 76

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

Shades of Sapphire #03224C

Tints of Sapphire #03224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 67.26%

R = 2.65%
G = 30.09%
B = 67.26%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03224C (or 0x03224C) is known color: Sapphire. HEX triplet: 03, 22 and 4C. RGB value is (3,34,76). Sum of RGB (Red+Green+Blue) = 3+34+76=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #03224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03224C is #FCDDB3. Grayscale: #1D1D1D. Windows color (decimal): -16571828 or 4989443. OLE color: 4989443.

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

Color convert

RGB 3 34 76 -
CMYK 0.96 0.55 0 0.70
HSL 214.52º 0.92% 0.15% -
HSV(B) 214.52º 0.96% 0.3% -
XYZ 1.91 1.69 7.06 -
YUV 29.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 3 34 76 0.96 0.55 0 0.70 214.52 0.92 0.15
Hex 3 22 4C 60 37 0 46 D7 5C F
Octal 3 42 114 140 67 0 106 327 134 17
Binary 11 100010 1001100 1100000 110111 0 1000110 11010111 1011100 1111

Color Harmonies of #03224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03224C

Black with #03224C

Text Example


Text Example

White with #03224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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