#258EB4

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

Shades of Pelorous #258EB4

Tints of Pelorous #258EB4

Color information

#258EB4 (or 0x258EB4) is unknown color: approx Pelorous. HEX triplet: 25, 8E and B4. RGB value is (37,142,180). Sum of RGB (Red+Green+Blue) = 37+142+180=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #258EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EB4 is #DA714B. Grayscale: #727272. Windows color (decimal): -14315852 or 11832869. OLE color: 11832869.

HSL color Cylindrical-coordinate representation of color #258EB4: hue angle of 195.94º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #258EB4 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37142180-
CMYK0.790.2100.29
HSL195.94º65.9%42.55%-
HSV(B)195.94º79.44%70.59%-
XYZ18.6723.0346.64-
YUV114.94164.7172.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.31%
GREEN value IS 142 (55.86% from 255) = 39.55%
BLUE value IS 180 (70.70% from 255) = 50.14%
R=10.31%
G=39.55%
B=50.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371421800.790.2100.29195.9465.942.55
Hex258EB44F1501Dc4422b
Octal452162641172503530410253
Binary1001011000111010110100100111110101011101110001001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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