Html Css Color HEX #032055 Sapphire

📋 copy color: '#032055'

red 3 ◦ green 32 ◦ blue 85

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

Shades of Sapphire #032055

Tints of Sapphire #032055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

 BLUE value IS 85 (33.59% from 255) = 70.83%

R = 2.5%
G = 26.67%
B = 70.83%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#032055 (or 0x032055) is known color: Sapphire. HEX triplet: 03, 20 and 55. RGB value is (3,32,85). Sum of RGB (Red+Green+Blue) = 3+32+85=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #032055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032055 is #FCDFAA. Grayscale: #1D1D1D. Windows color (decimal): -16572331 or 5578755. OLE color: 5578755.

HSL color Cylindrical-coordinate representation of color #032055: hue angle of 218.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032055 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 32 85 -
CMYK 0.96 0.62 0 0.67
HSL 218.78º 0.93% 0.17% -
HSV(B) 218.78º 0.96% 0.33% -
XYZ 2.19 1.71 8.81 -
YUV 29.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 3 32 85 0.96 0.62 0 0.67 218.78 0.93 0.17
Hex 3 20 55 60 3E 0 43 DB 5D 11
Octal 3 40 125 140 76 0 103 333 135 21
Binary 11 100000 1010101 1100000 111110 0 1000011 11011011 1011101 10001

Color Harmonies of #032055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032055

Black with #032055

Text Example


Text Example

White with #032055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032055; }

 p { color: rgb(3,32,85); }

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

background-color css

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

 a { background-color: rgb(3,32,85); }

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

border-color css

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

 span { border-color: rgb(3,32,85); }

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