Html Css Color HEX #032255 Sapphire

📋 copy color: '#032255'

red 3 ◦ green 34 ◦ blue 85

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

Shades of Sapphire #032255

Tints of Sapphire #032255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.87%

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

R = 2.46%
G = 27.87%
B = 69.67%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#032255 (or 0x032255) is known color: Sapphire. HEX triplet: 03, 22 and 55. RGB value is (3,34,85). Sum of RGB (Red+Green+Blue) = 3+34+85=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #032255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032255 is #FCDDAA. Grayscale: #1E1E1E. Windows color (decimal): -16571819 or 5579267. OLE color: 5579267.

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

Color convert

RGB 3 34 85 -
CMYK 0.96 0.60 0 0.67
HSL 217.32º 0.93% 0.17% -
HSV(B) 217.32º 0.96% 0.33% -
XYZ 2.25 1.82 8.83 -
YUV 30.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 3 34 85 0.96 0.60 0 0.67 217.32 0.93 0.17
Hex 3 22 55 60 3C 0 43 D9 5D 11
Octal 3 42 125 140 74 0 103 331 135 21
Binary 11 100010 1010101 1100000 111100 0 1000011 11011001 1011101 10001

Color Harmonies of #032255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032255

Black with #032255

Text Example


Text Example

White with #032255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032255; }

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

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

background-color css

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

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

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

border-color css

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

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

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