Html Css Color HEX #03204D Sapphire

📋 copy color: '#03204D'

red 3 ◦ green 32 ◦ blue 77

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

Shades of Sapphire #03204D

Tints of Sapphire #03204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.57%

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

R = 2.68%
G = 28.57%
B = 68.75%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03204D (or 0x03204D) is known color: Sapphire. HEX triplet: 03, 20 and 4D. RGB value is (3,32,77). Sum of RGB (Red+Green+Blue) = 3+32+77=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #03204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03204D is #FCDFB2. Grayscale: #1C1C1C. Windows color (decimal): -16572339 or 5054467. OLE color: 5054467.

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

Color convert

RGB 3 32 77 -
CMYK 0.96 0.58 0 0.70
HSL 216.49º 0.93% 0.16% -
HSV(B) 216.49º 0.96% 0.3% -
XYZ 1.89 1.59 7.23 -
YUV 28.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 3 32 77 0.96 0.58 0 0.70 216.49 0.93 0.16
Hex 3 20 4D 60 3A 0 46 D8 5C 10
Octal 3 40 115 140 72 0 106 330 134 20
Binary 11 100000 1001101 1100000 111010 0 1000110 11011000 1011100 10000

Color Harmonies of #03204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03204D

Black with #03204D

Text Example


Text Example

White with #03204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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