#258CBA

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

Shades of Pelorous #258CBA

Tints of Pelorous #258CBA

Color information

#258CBA (or 0x258CBA) is unknown color: approx Pelorous. HEX triplet: 25, 8C and BA. RGB value is (37,140,186). Sum of RGB (Red+Green+Blue) = 37+140+186=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #258CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CBA is #DA7345. Grayscale: #727272. Windows color (decimal): -14316358 or 12225573. OLE color: 12225573.

HSL color Cylindrical-coordinate representation of color #258CBA: hue angle of 198.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #258CBA is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37140186-
CMYK0.800.2500.27
HSL198.52º66.82%43.73%-
HSV(B)198.52º80.11%72.94%-
XYZ1922.6949.83-
YUV114.45168.3872.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.19%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=10.19%
G=38.57%
B=51.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371401860.800.2500.27198.5266.8243.73
Hex258CBA501901Bc7432c
Octal452142721203103330710354
Binary1001011000110010111010101000011001011011110001111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,140,186); }

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

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

 a { background-color: rgb(37,140,186); }

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

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

 span { border-color: rgb(37,140,186); }

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