Html Css Color HEX #032761 Sapphire

📋 copy color: '#032761'

red 3 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #032761

Tints of Sapphire #032761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.06%

 BLUE value IS 97 (38.28% from 255) = 69.78%

R = 2.16%
G = 28.06%
B = 69.78%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032761 (or 0x032761) is known color: Sapphire. HEX triplet: 03, 27 and 61. RGB value is (3,39,97). Sum of RGB (Red+Green+Blue) = 3+39+97=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #032761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032761 is #FCD89E. Grayscale: #222222. Windows color (decimal): -16570527 or 6366979. OLE color: 6366979.

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

Color convert

RGB 3 39 97 -
CMYK 0.97 0.60 0 0.62
HSL 217.02º 0.94% 0.2% -
HSV(B) 217.02º 0.97% 0.38% -
XYZ 2.92 2.33 11.61 -
YUV 34.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 3 39 97 0.97 0.60 0 0.62 217.02 0.94 0.2
Hex 3 27 61 61 3C 0 3E D9 5E 14
Octal 3 47 141 141 74 0 76 331 136 24
Binary 11 100111 1100001 1100001 111100 0 111110 11011001 1011110 10100

Color Harmonies of #032761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032761

Black with #032761

Text Example


Text Example

White with #032761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032761; }

 p { color: rgb(3,39,97); }

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

background-color css

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

 a { background-color: rgb(3,39,97); }

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

border-color css

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

 span { border-color: rgb(3,39,97); }

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