Html Css Color HEX #032558 Sapphire

📋 copy color: '#032558'

red 3 ◦ green 37 ◦ blue 88

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

Shades of Sapphire #032558

Tints of Sapphire #032558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 2.34%
G = 28.91%
B = 68.75%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#032558 (or 0x032558) is known color: Sapphire. HEX triplet: 03, 25 and 58. RGB value is (3,37,88). Sum of RGB (Red+Green+Blue) = 3+37+88=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #032558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032558 is #FCDAA7. Grayscale: #202020. Windows color (decimal): -16571048 or 5776643. OLE color: 5776643.

HSL color Cylindrical-coordinate representation of color #032558: hue angle of 216º 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 #032558 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 37 88 -
CMYK 0.97 0.58 0 0.65
HSL 216º 0.93% 0.18% -
HSV(B) 216º 0.97% 0.35% -
XYZ 2.46 2.05 9.5 -
YUV 32.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 3 37 88 0.97 0.58 0 0.65 216 0.93 0.18
Hex 3 25 58 61 3A 0 41 D8 5D 12
Octal 3 45 130 141 72 0 101 330 135 22
Binary 11 100101 1011000 1100001 111010 0 1000001 11011000 1011101 10010

Color Harmonies of #032558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032558

Black with #032558

Text Example


Text Example

White with #032558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032558; }

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

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

background-color css

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

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

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

border-color css

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

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

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