Html Css Color HEX #03224B Sapphire

📋 copy color: '#03224B'

red 3 ◦ green 34 ◦ blue 75

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

Shades of Sapphire #03224B

Tints of Sapphire #03224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 66.96%

R = 2.68%
G = 30.36%
B = 66.96%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03224B (or 0x03224B) is known color: Sapphire. HEX triplet: 03, 22 and 4B. RGB value is (3,34,75). Sum of RGB (Red+Green+Blue) = 3+34+75=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #03224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03224B is #FCDDB4. Grayscale: #1D1D1D. Windows color (decimal): -16571829 or 4923907. OLE color: 4923907.

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

Color convert

RGB 3 34 75 -
CMYK 0.96 0.55 0 0.71
HSL 214.17º 0.92% 0.15% -
HSV(B) 214.17º 0.96% 0.29% -
XYZ 1.88 1.67 6.88 -
YUV 29.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 3 34 75 0.96 0.55 0 0.71 214.17 0.92 0.15
Hex 3 22 4B 60 37 0 47 D6 5C F
Octal 3 42 113 140 67 0 107 326 134 17
Binary 11 100010 1001011 1100000 110111 0 1000111 11010110 1011100 1111

Color Harmonies of #03224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03224B

Black with #03224B

Text Example


Text Example

White with #03224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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