Html Css Color HEX #032E74 Sapphire

📋 copy color: '#032E74'

red 3 ◦ green 46 ◦ blue 116

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

Shades of Sapphire #032E74

Tints of Sapphire #032E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.88%

 BLUE value IS 116 (45.7% from 255) = 70.3%

R = 1.82%
G = 27.88%
B = 70.3%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#032E74 (or 0x032E74) is known color: Sapphire. HEX triplet: 03, 2E and 74. RGB value is (3,46,116). Sum of RGB (Red+Green+Blue) = 3+46+116=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #032E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E74 is #FCD18B. Grayscale: #282828. Windows color (decimal): -16568716 or 7613955. OLE color: 7613955.

HSL color Cylindrical-coordinate representation of color #032E74: hue angle of 217.17º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032E74 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 46 116 -
CMYK 0.97 0.60 0 0.55
HSL 217.17º 0.95% 0.23% -
HSV(B) 217.17º 0.97% 0.45% -
XYZ 4.17 3.23 16.93 -
YUV 41.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 3 46 116 0.97 0.60 0 0.55 217.17 0.95 0.23
Hex 3 2E 74 61 3C 0 37 D9 5F 17
Octal 3 56 164 141 74 0 67 331 137 27
Binary 11 101110 1110100 1100001 111100 0 110111 11011001 1011111 10111

Color Harmonies of #032E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E74

Black with #032E74

Text Example


Text Example

White with #032E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032E74; }

 p { color: rgb(3,46,116); }

 H1.HeaderClassName
 {
   color: #032E74;
 }
 .AnyTagClassName
 {
   color: #032E74;
 }
</style>

background-color css

<style>
 a { background-color: #032E74; }

 a { background-color: rgb(3,46,116); }

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

border-color css

<style>
 span { border-color: #032E74; }

 span { border-color: rgb(3,46,116); }

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