Html Css Color HEX #03244C Sapphire

📋 copy color: '#03244C'

red 3 ◦ green 36 ◦ blue 76

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

Shades of Sapphire #03244C

Tints of Sapphire #03244C

RGB

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

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

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

R = 2.61%
G = 31.3%
B = 66.09%

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

#03244C (or 0x03244C) is known color: Sapphire. HEX triplet: 03, 24 and 4C. RGB value is (3,36,76). Sum of RGB (Red+Green+Blue) = 3+36+76=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #03244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03244C is #FCDBB3. Grayscale: #1E1E1E. Windows color (decimal): -16571316 or 4989955. OLE color: 4989955.

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

Color convert

RGB 3 36 76 -
CMYK 0.96 0.53 0 0.70
HSL 212.88º 0.92% 0.15% -
HSV(B) 212.88º 0.96% 0.3% -
XYZ 1.97 1.8 7.08 -
YUV 30.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 3 36 76 0.96 0.53 0 0.70 212.88 0.92 0.15
Hex 3 24 4C 60 35 0 46 D5 5C F
Octal 3 44 114 140 65 0 106 325 134 17
Binary 11 100100 1001100 1100000 110101 0 1000110 11010101 1011100 1111

Color Harmonies of #03244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03244C

Black with #03244C

Text Example


Text Example

White with #03244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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