#2596BB

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

Shades of Pelorous #2596BB

Tints of Pelorous #2596BB

Color information

#2596BB (or 0x2596BB) is unknown color: approx Pelorous. HEX triplet: 25, 96 and BB. RGB value is (37,150,187). Sum of RGB (Red+Green+Blue) = 37+150+187=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #2596BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2596BB is #DA6944. Grayscale: #787878. Windows color (decimal): -14313797 or 12293669. OLE color: 12293669.

HSL color Cylindrical-coordinate representation of color #2596BB: hue angle of 194.8º 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 #2596BB is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37150187-
CMYK0.800.2000.27
HSL194.8º66.96%43.92%-
HSV(B)194.8º80.21%73.33%-
XYZ20.6425.7950.9-
YUV120.43165.5668.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.89%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 187 (73.44% from 255) = 50%
R=9.89%
G=40.11%
B=50%

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
Decimal371501870.800.2000.27194.866.9643.92
Hex2596BB501401Bc3432c
Octal452262731202403330310354
Binary1001011001011010111011101000010100011011110000111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2596BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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