#258DB1

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

Shades of Pelorous #258DB1

Tints of Pelorous #258DB1

Color information

#258DB1 (or 0x258DB1) is unknown color: approx Pelorous. HEX triplet: 25, 8D and B1. RGB value is (37,141,177). Sum of RGB (Red+Green+Blue) = 37+141+177=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #258DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258DB1 is #DA724E. Grayscale: #717171. Windows color (decimal): -14316111 or 11636005. OLE color: 11636005.

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

Color convert

RGB37141177-
CMYK0.790.2000.31
HSL195.43º65.42%41.96%-
HSV(B)195.43º79.1%69.41%-
XYZ18.2222.6245-
YUV114.01163.5473.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.42%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=10.42%
G=39.72%
B=49.86%

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
Decimal371411770.790.2000.31195.4365.4241.96
Hex258DB14F1401Fc3412a
Octal452152611172403730310152
Binary1001011000110110110001100111110100011111110000111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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