Html Css Color HEX #032562 Sapphire

📋 copy color: '#032562'

red 3 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #032562

Tints of Sapphire #032562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 71.01%

R = 2.17%
G = 26.81%
B = 71.01%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032562 (or 0x032562) is known color: Sapphire. HEX triplet: 03, 25 and 62. RGB value is (3,37,98). Sum of RGB (Red+Green+Blue) = 3+37+98=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #032562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032562 is #FCDA9D. Grayscale: #212121. Windows color (decimal): -16571038 or 6432003. OLE color: 6432003.

HSL color Cylindrical-coordinate representation of color #032562: hue angle of 218.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032562 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 37 98 -
CMYK 0.97 0.62 0 0.62
HSL 218.53º 0.94% 0.2% -
HSV(B) 218.53º 0.97% 0.38% -
XYZ 2.9 2.22 11.83 -
YUV 33.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 3 37 98 0.97 0.62 0 0.62 218.53 0.94 0.2
Hex 3 25 62 61 3E 0 3E DB 5E 14
Octal 3 45 142 141 76 0 76 333 136 24
Binary 11 100101 1100010 1100001 111110 0 111110 11011011 1011110 10100

Color Harmonies of #032562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032562

Black with #032562

Text Example


Text Example

White with #032562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032562; }

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

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

background-color css

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

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

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

border-color css

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

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

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