#258EAD

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

Shades of Pelorous #258EAD

Tints of Pelorous #258EAD

Color information

#258EAD (or 0x258EAD) is unknown color: approx Pelorous. HEX triplet: 25, 8E and AD. RGB value is (37,142,173). Sum of RGB (Red+Green+Blue) = 37+142+173=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #258EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258EAD is #DA7152. Grayscale: #717171. Windows color (decimal): -14315859 or 11374117. OLE color: 11374117.

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

Color convert

RGB37142173-
CMYK0.790.1800.32
HSL193.68º64.76%41.18%-
HSV(B)193.68º78.61%67.84%-
XYZ17.9822.7642.98-
YUV114.14161.2172.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.51%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=10.51%
G=40.34%
B=49.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371421730.790.1800.32193.6864.7641.18
Hex258EAD4F12020c24129
Octal452162551172204030210151
Binary10010110001110101011011001111100100100000110000101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258EAD; }

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

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

<style>
 a { background-color: #258EAD; }

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

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

<style>
 span { border-color: #258EAD; }

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

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