Html Css Color HEX #032960 Sapphire

📋 copy color: '#032960'

red 3 ◦ green 41 ◦ blue 96

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

Shades of Sapphire #032960

Tints of Sapphire #032960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.29%

 BLUE value IS 96 (37.89% from 255) = 68.57%

R = 2.14%
G = 29.29%
B = 68.57%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032960 (or 0x032960) is known color: Sapphire. HEX triplet: 03, 29 and 60. RGB value is (3,41,96). Sum of RGB (Red+Green+Blue) = 3+41+96=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #032960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032960 is #FCD69F. Grayscale: #232323. Windows color (decimal): -16570016 or 6301955. OLE color: 6301955.

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

Color convert

RGB 3 41 96 -
CMYK 0.97 0.57 0 0.62
HSL 215.48º 0.94% 0.19% -
HSV(B) 215.48º 0.97% 0.38% -
XYZ 2.94 2.45 11.38 -
YUV 35.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 3 41 96 0.97 0.57 0 0.62 215.48 0.94 0.19
Hex 3 29 60 61 39 0 3E D7 5E 13
Octal 3 51 140 141 71 0 76 327 136 23
Binary 11 101001 1100000 1100001 111001 0 111110 11010111 1011110 10011

Color Harmonies of #032960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032960

Black with #032960

Text Example


Text Example

White with #032960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032960; }

 p { color: rgb(3,41,96); }

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

background-color css

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

 a { background-color: rgb(3,41,96); }

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

border-color css

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

 span { border-color: rgb(3,41,96); }

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