Html Css Color HEX #03204F Sapphire

📋 copy color: '#03204F'

red 3 ◦ green 32 ◦ blue 79

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

Shades of Sapphire #03204F

Tints of Sapphire #03204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 69.3%

R = 2.63%
G = 28.07%
B = 69.3%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03204F (or 0x03204F) is known color: Sapphire. HEX triplet: 03, 20 and 4F. RGB value is (3,32,79). Sum of RGB (Red+Green+Blue) = 3+32+79=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 79 (31.25% from 255 or 69.30% from 114); Max value from RGB is 79 - color contains mainly: blue. Hex color #03204F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03204F is #FCDFB0. Grayscale: #1C1C1C. Windows color (decimal): -16572337 or 5185539. OLE color: 5185539.

HSL color Cylindrical-coordinate representation of color #03204F: hue angle of 217.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03204F is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 32 79 -
CMYK 0.96 0.59 0 0.69
HSL 217.11º 0.93% 0.16% -
HSV(B) 217.11º 0.96% 0.31% -
XYZ 1.97 1.62 7.61 -
YUV 28.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 3 32 79 0.96 0.59 0 0.69 217.11 0.93 0.16
Hex 3 20 4F 60 3B 0 45 D9 5D 10
Octal 3 40 117 140 73 0 105 331 135 20
Binary 11 100000 1001111 1100000 111011 0 1000101 11011001 1011101 10000

Color Harmonies of #03204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03204F

Black with #03204F

Text Example


Text Example

White with #03204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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