#259ECA

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

Shades of Pelorous #259ECA

Tints of Pelorous #259ECA

Color information

#259ECA (or 0x259ECA) is unknown color: approx Pelorous. HEX triplet: 25, 9E and CA. RGB value is (37,158,202). Sum of RGB (Red+Green+Blue) = 37+158+202=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #259ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259ECA is #DA6135. Grayscale: #7E7E7E. Windows color (decimal): -14311734 or 13278757. OLE color: 13278757.

HSL color Cylindrical-coordinate representation of color #259ECA: hue angle of 196º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #259ECA is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37158202-
CMYK0.820.2200.21
HSL196º69.04%46.86%-
HSV(B)196º81.68%79.22%-
XYZ23.6529.1160.25-
YUV126.84170.4163.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.32%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=9.32%
G=39.80%
B=50.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371582020.820.2200.2119669.0446.86
Hex259ECA5216015c4452f
Octal452363121222602530410557
Binary1001011001111011001010101001010110010101110001001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,158,202); }

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

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

 a { background-color: rgb(37,158,202); }

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

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

 span { border-color: rgb(37,158,202); }

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