Html Css Color HEX #03244D Sapphire

📋 copy color: '#03244D'

red 3 ◦ green 36 ◦ blue 77

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

Shades of Sapphire #03244D

Tints of Sapphire #03244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

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

R = 2.59%
G = 31.03%
B = 66.38%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03244D (or 0x03244D) is known color: Sapphire. HEX triplet: 03, 24 and 4D. RGB value is (3,36,77). Sum of RGB (Red+Green+Blue) = 3+36+77=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #03244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03244D is #FCDBB2. Grayscale: #1E1E1E. Windows color (decimal): -16571315 or 5055491. OLE color: 5055491.

HSL color Cylindrical-coordinate representation of color #03244D: hue angle of 213.24º 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 #03244D is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 36 77 -
CMYK 0.96 0.53 0 0.70
HSL 213.24º 0.93% 0.16% -
HSV(B) 213.24º 0.96% 0.3% -
XYZ 2.01 1.82 7.27 -
YUV 30.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 3 36 77 0.96 0.53 0 0.70 213.24 0.93 0.16
Hex 3 24 4D 60 35 0 46 D5 5C 10
Octal 3 44 115 140 65 0 106 325 134 20
Binary 11 100100 1001101 1100000 110101 0 1000110 11010101 1011100 10000

Color Harmonies of #03244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03244D

Black with #03244D

Text Example


Text Example

White with #03244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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