Html Css Color HEX #032965 Sapphire

📋 copy color: '#032965'

red 3 ◦ green 41 ◦ blue 101

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

Shades of Sapphire #032965

Tints of Sapphire #032965

RGB

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

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

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

R = 2.07%
G = 28.28%
B = 69.66%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#032965 (or 0x032965) is known color: Sapphire. HEX triplet: 03, 29 and 65. RGB value is (3,41,101). Sum of RGB (Red+Green+Blue) = 3+41+101=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #032965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032965 is #FCD69A. Grayscale: #242424. Windows color (decimal): -16570011 or 6629635. OLE color: 6629635.

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

Color convert

RGB 3 41 101 -
CMYK 0.97 0.59 0 0.60
HSL 216.73º 0.94% 0.2% -
HSV(B) 216.73º 0.97% 0.4% -
XYZ 3.18 2.54 12.64 -
YUV 36.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 3 41 101 0.97 0.59 0 0.60 216.73 0.94 0.2
Hex 3 29 65 61 3B 0 3C D9 5E 14
Octal 3 51 145 141 73 0 74 331 136 24
Binary 11 101001 1100101 1100001 111011 0 111100 11011001 1011110 10100

Color Harmonies of #032965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032965

Black with #032965

Text Example


Text Example

White with #032965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032965; }

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

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

background-color css

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

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

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

border-color css

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

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

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