#2595BB

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

Shades of Pelorous #2595BB

Tints of Pelorous #2595BB

Color information

#2595BB (or 0x2595BB) is unknown color: approx Pelorous. HEX triplet: 25, 95 and BB. RGB value is (37,149,187). Sum of RGB (Red+Green+Blue) = 37+149+187=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #2595BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2595BB is #DA6A44. Grayscale: #777777. Windows color (decimal): -14314053 or 12293413. OLE color: 12293413.

HSL color Cylindrical-coordinate representation of color #2595BB: hue angle of 195.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2595BB is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37149187-
CMYK0.800.2000.27
HSL195.2º66.96%43.92%-
HSV(B)195.2º80.21%73.33%-
XYZ20.4825.4850.85-
YUV119.84165.8968.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.92%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=9.92%
G=39.95%
B=50.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371491870.800.2000.27195.266.9643.92
Hex2595BB501401Bc3432c
Octal452252731202403330310354
Binary1001011001010110111011101000010100011011110000111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2595BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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