#257863

Color #257863 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #257863

Tints of Deep Sea #257863

Color information

#257863 (or 0x257863) is unknown color: approx Deep Sea. HEX triplet: 25, 78 and 63. RGB value is (37,120,99). Sum of RGB (Red+Green+Blue) = 37+120+99=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #257863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257863 is #DA879C. Grayscale: #5C5C5C. Windows color (decimal): -14321565 or 6518821. OLE color: 6518821.

HSL color Cylindrical-coordinate representation of color #257863: hue angle of 164.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257863 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB3712099-
CMYK0.6900.170.53
HSL164.82º52.87%30.78%-
HSV(B)164.82º69.17%47.06%-
XYZ9.7314.7314.13-
YUV92.79131.588.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=14.45%
G=46.88%
B=38.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120990.6900.170.53164.8252.8730.78
Hex2578634501135a5351f
Octal45170143105021652456537
Binary1001011111000110001110001010100011101011010010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257863; }

 p { color: rgb(37,120,99); }

 H1.HeaderClassName
 {
   color: #257863;
 }
 .AnyTagClassName
 {
   color: #257863;
 }
</style>
background-color css

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

 a { background-color: rgb(37,120,99); }

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

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

 span { border-color: rgb(37,120,99); }

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