#25664B

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

Shades of Evening Sea #25664B

Tints of Evening Sea #25664B

Color information

#25664B (or 0x25664B) is unknown color: approx Evening Sea. HEX triplet: 25, 66 and 4B. RGB value is (37,102,75). Sum of RGB (Red+Green+Blue) = 37+102+75=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #25664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25664B is #DA99B4. Grayscale: #4F4F4F. Windows color (decimal): -14326197 or 4941349. OLE color: 4941349.

HSL color Cylindrical-coordinate representation of color #25664B: hue angle of 155.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25664B is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB3710275-
CMYK0.6400.260.6
HSL155.08º46.76%27.25%-
HSV(B)155.08º63.73%40%-
XYZ6.7810.48.31-
YUV79.49125.4797.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 102 (40.23% from 255) = 47.66%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=17.29%
G=47.66%
B=35.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102750.6400.260.6155.0846.7627.25
Hex25664B4001A3C9b2f1b
Octal45146113100032742335733
Binary1001011100110100101110000000110101111001001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25664B; }

 p { color: rgb(37,102,75); }

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

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

 a { background-color: rgb(37,102,75); }

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

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

 span { border-color: rgb(37,102,75); }

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