Html Css Color HEX #032058 Sapphire

📋 copy color: '#032058'

red 3 ◦ green 32 ◦ blue 88

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

Shades of Sapphire #032058

Tints of Sapphire #032058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 71.54%

R = 2.44%
G = 26.02%
B = 71.54%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032058 (or 0x032058) is known color: Sapphire. HEX triplet: 03, 20 and 58. RGB value is (3,32,88). Sum of RGB (Red+Green+Blue) = 3+32+88=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 88 (34.77% from 255 or 71.54% from 123); Max value from RGB is 88 - color contains mainly: blue. Hex color #032058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032058 is #FCDFA7. Grayscale: #1D1D1D. Windows color (decimal): -16572328 or 5775363. OLE color: 5775363.

HSL color Cylindrical-coordinate representation of color #032058: hue angle of 219.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032058 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 32 88 -
CMYK 0.97 0.64 0 0.65
HSL 219.53º 0.93% 0.18% -
HSV(B) 219.53º 0.97% 0.35% -
XYZ 2.32 1.76 9.45 -
YUV 29.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 3 32 88 0.97 0.64 0 0.65 219.53 0.93 0.18
Hex 3 20 58 61 40 0 41 DC 5D 12
Octal 3 40 130 141 100 0 101 334 135 22
Binary 11 100000 1011000 1100001 1000000 0 1000001 11011100 1011101 10010

Color Harmonies of #032058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032058

Black with #032058

Text Example


Text Example

White with #032058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032058; }

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

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

background-color css

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

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

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

border-color css

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

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

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