#2595AD

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

Shades of Pelorous #2595AD

Tints of Pelorous #2595AD

Color information

#2595AD (or 0x2595AD) is unknown color: approx Pelorous. HEX triplet: 25, 95 and AD. RGB value is (37,149,173). Sum of RGB (Red+Green+Blue) = 37+149+173=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #2595AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2595AD is #DA6A52. Grayscale: #767676. Windows color (decimal): -14314067 or 11375909. OLE color: 11375909.

HSL color Cylindrical-coordinate representation of color #2595AD: hue angle of 190.59º 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 #2595AD is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37149173-
CMYK0.790.1400.32
HSL190.59º64.76%41.18%-
HSV(B)190.59º78.61%67.84%-
XYZ19.0524.9143.34-
YUV118.25158.8970.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.31%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=10.31%
G=41.50%
B=48.19%

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
Decimal371491730.790.1400.32190.5964.7641.18
Hex2595AD4FE020bf4129
Octal452252551171604027710151
Binary1001011001010110101101100111111100100000101111111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2595AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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