#2595AE

Color #2595AE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2595AE

Tints of Pelorous #2595AE

Color information

#2595AE (or 0x2595AE) is unknown color: approx Pelorous. HEX triplet: 25, 95 and AE. RGB value is (37,149,174). Sum of RGB (Red+Green+Blue) = 37+149+174=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #2595AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2595AE is #DA6A51. Grayscale: #767676. Windows color (decimal): -14314066 or 11441445. OLE color: 11441445.

HSL color Cylindrical-coordinate representation of color #2595AE: hue angle of 190.95º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2595AE is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37149174-
CMYK0.790.1400.32
HSL190.95º64.93%41.37%-
HSV(B)190.95º78.74%68.24%-
XYZ19.1524.9443.85-
YUV118.36159.3969.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.28%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=10.28%
G=41.39%
B=48.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371491740.790.1400.32190.9564.9341.37
Hex2595AE4FE020bf4129
Octal452252561171604027710151
Binary1001011001010110101110100111111100100000101111111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2595AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2595AE; }

 p { color: rgb(37,149,174); }

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

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

 a { background-color: rgb(37,149,174); }

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

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

 span { border-color: rgb(37,149,174); }

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