#259ba8

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

Shades of Pelorous #259BA8

Tints of Pelorous #259BA8

Color information

#259BA8 (or 0x259BA8) is unknown color: approx Pelorous. HEX triplet: 25, 9B and A8. RGB value is (37,155,168). Sum of RGB (Red+Green+Blue) = 37+155+168=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 168 - color contains mainly: blue. Hex color #259BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259BA8 is #DA6457. Grayscale: #797979. Windows color (decimal): -14312536 or 11049765. OLE color: 11049765.

HSL color Cylindrical-coordinate representation of color #259BA8: hue angle of 185.95º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259BA8 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB37155168-
CMYK0.780.0800.34
HSL185.95º63.9%40.2%-
HSV(B)185.95º77.98%65.88%-
XYZ19.5526.6641.16-
YUV121.2154.4167.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.28%
GREEN value IS 155 (60.94% from 255) = 43.06%
BLUE value IS 168 (66.02% from 255) = 46.67%
R=10.28%
G=43.06%
B=46.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal371551680.780.0800.34185.9563.940.2
Hex259BA84E8022ba4028
Octal452332501161004227210050
Binary1001011001101110101000100111010000100010101110101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259ba8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259ba8; }

 p { color: rgb(37,155,168); }

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

<style>
 a { background-color: #259ba8; }

 a { background-color: rgb(37,155,168); }

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

<style>
 span { border-color: #259ba8; }

 span { border-color: rgb(37,155,168); }

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