Html Css Color HEX #032355 Sapphire

📋 copy color: '#032355'

red 3 ◦ green 35 ◦ blue 85

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

Shades of Sapphire #032355

Tints of Sapphire #032355

RGB

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

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

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

R = 2.44%
G = 28.46%
B = 69.11%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#032355 (or 0x032355) is known color: Sapphire. HEX triplet: 03, 23 and 55. RGB value is (3,35,85). Sum of RGB (Red+Green+Blue) = 3+35+85=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #032355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032355 is #FCDCAA. Grayscale: #1E1E1E. Windows color (decimal): -16571563 or 5579523. OLE color: 5579523.

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

Color convert

RGB 3 35 85 -
CMYK 0.96 0.59 0 0.67
HSL 216.59º 0.93% 0.17% -
HSV(B) 216.59º 0.96% 0.33% -
XYZ 2.28 1.88 8.84 -
YUV 31.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 3 35 85 0.96 0.59 0 0.67 216.59 0.93 0.17
Hex 3 23 55 60 3B 0 43 D9 5D 11
Octal 3 43 125 140 73 0 103 331 135 21
Binary 11 100011 1010101 1100000 111011 0 1000011 11011001 1011101 10001

Color Harmonies of #032355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032355

Black with #032355

Text Example


Text Example

White with #032355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032355; }

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

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

background-color css

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

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

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

border-color css

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

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

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