Html Css Color HEX #032865 Sapphire

📋 copy color: '#032865'

red 3 ◦ green 40 ◦ blue 101

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

Shades of Sapphire #032865

Tints of Sapphire #032865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 101 (39.84% from 255) = 70.14%

R = 2.08%
G = 27.78%
B = 70.14%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#032865 (or 0x032865) is known color: Sapphire. HEX triplet: 03, 28 and 65. RGB value is (3,40,101). Sum of RGB (Red+Green+Blue) = 3+40+101=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #032865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032865 is #FCD79A. Grayscale: #232323. Windows color (decimal): -16570267 or 6629379. OLE color: 6629379.

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

Color convert

RGB 3 40 101 -
CMYK 0.97 0.60 0 0.60
HSL 217.35º 0.94% 0.2% -
HSV(B) 217.35º 0.97% 0.4% -
XYZ 3.15 2.48 12.62 -
YUV 35.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 3 40 101 0.97 0.60 0 0.60 217.35 0.94 0.2
Hex 3 28 65 61 3C 0 3C D9 5E 14
Octal 3 50 145 141 74 0 74 331 136 24
Binary 11 101000 1100101 1100001 111100 0 111100 11011001 1011110 10100

Color Harmonies of #032865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032865

Black with #032865

Text Example


Text Example

White with #032865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032865; }

 p { color: rgb(3,40,101); }

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

background-color css

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

 a { background-color: rgb(3,40,101); }

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

border-color css

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

 span { border-color: rgb(3,40,101); }

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