Html Css Color HEX #032557 Sapphire

📋 copy color: '#032557'

red 3 ◦ green 37 ◦ blue 87

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

Shades of Sapphire #032557

Tints of Sapphire #032557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 87 (34.38% from 255) = 68.5%

R = 2.36%
G = 29.13%
B = 68.5%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#032557 (or 0x032557) is known color: Sapphire. HEX triplet: 03, 25 and 57. RGB value is (3,37,87). Sum of RGB (Red+Green+Blue) = 3+37+87=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #032557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032557 is #FCDAA8. Grayscale: #202020. Windows color (decimal): -16571049 or 5711107. OLE color: 5711107.

HSL color Cylindrical-coordinate representation of color #032557: hue angle of 215.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032557 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 37 87 -
CMYK 0.97 0.57 0 0.66
HSL 215.71º 0.93% 0.18% -
HSV(B) 215.71º 0.97% 0.34% -
XYZ 2.42 2.03 9.28 -
YUV 32.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 3 37 87 0.97 0.57 0 0.66 215.71 0.93 0.18
Hex 3 25 57 61 39 0 42 D8 5D 12
Octal 3 45 127 141 71 0 102 330 135 22
Binary 11 100101 1010111 1100001 111001 0 1000010 11011000 1011101 10010

Color Harmonies of #032557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032557

Black with #032557

Text Example


Text Example

White with #032557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032557; }

 p { color: rgb(3,37,87); }

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

background-color css

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

 a { background-color: rgb(3,37,87); }

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

border-color css

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

 span { border-color: rgb(3,37,87); }

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