#259AAD

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

Shades of Pelorous #259AAD

Tints of Pelorous #259AAD

Color information

#259AAD (or 0x259AAD) is unknown color: approx Pelorous. HEX triplet: 25, 9A and AD. RGB value is (37,154,173). Sum of RGB (Red+Green+Blue) = 37+154+173=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #259AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AAD is #DA6552. Grayscale: #787878. Windows color (decimal): -14312787 or 11377189. OLE color: 11377189.

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

Color convert

RGB37154173-
CMYK0.790.1100.32
HSL188.38º64.76%41.18%-
HSV(B)188.38º78.61%67.84%-
XYZ19.8626.5243.61-
YUV121.18157.2467.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.16%
GREEN value IS 154 (60.55% from 255) = 42.31%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=10.16%
G=42.31%
B=47.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371541730.790.1100.32188.3864.7641.18
Hex259AAD4FB020bc4129
Octal452322551171304027410151
Binary1001011001101010101101100111110110100000101111001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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