Html Css Color HEX #032360 Sapphire

📋 copy color: '#032360'

red 3 ◦ green 35 ◦ blue 96

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

Shades of Sapphire #032360

Tints of Sapphire #032360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 2.24%
G = 26.12%
B = 71.64%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032360 (or 0x032360) is known color: Sapphire. HEX triplet: 03, 23 and 60. RGB value is (3,35,96). Sum of RGB (Red+Green+Blue) = 3+35+96=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #032360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032360 is #FCDC9F. Grayscale: #202020. Windows color (decimal): -16571552 or 6300419. OLE color: 6300419.

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

Color convert

RGB 3 35 96 -
CMYK 0.97 0.64 0 0.62
HSL 219.35º 0.94% 0.19% -
HSV(B) 219.35º 0.97% 0.38% -
XYZ 2.75 2.07 11.32 -
YUV 32.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 3 35 96 0.97 0.64 0 0.62 219.35 0.94 0.19
Hex 3 23 60 61 40 0 3E DB 5E 13
Octal 3 43 140 141 100 0 76 333 136 23
Binary 11 100011 1100000 1100001 1000000 0 111110 11011011 1011110 10011

Color Harmonies of #032360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032360

Black with #032360

Text Example


Text Example

White with #032360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032360; }

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

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

background-color css

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

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

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

border-color css

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

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

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