#258EB1

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

Shades of Pelorous #258EB1

Tints of Pelorous #258EB1

Color information

#258EB1 (or 0x258EB1) is unknown color: approx Pelorous. HEX triplet: 25, 8E and B1. RGB value is (37,142,177). Sum of RGB (Red+Green+Blue) = 37+142+177=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #258EB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258EB1 is #DA714E. Grayscale: #727272. Windows color (decimal): -14315855 or 11636261. OLE color: 11636261.

HSL color Cylindrical-coordinate representation of color #258EB1: hue angle of 195º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #258EB1 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB37142177-
CMYK0.790.2000.31
HSL195º65.42%41.96%-
HSV(B)195º79.1%69.41%-
XYZ18.3722.9145.05-
YUV114.6163.2172.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.39%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 177 (69.53% from 255) = 49.72%
R=10.39%
G=39.89%
B=49.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371421770.790.2000.3119565.4241.96
Hex258EB14F1401Fc3412a
Octal452162611172403730310152
Binary1001011000111010110001100111110100011111110000111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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