Html Css Color HEX #2588B4 Pelorous

📋 copy color: '#2588B4'

red 37 ◦ green 136 ◦ blue 180

#2588B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2588B4

Tints of Pelorous #2588B4

RGB

 RED value IS 37 (14.84% from 255) = 10.48%

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 10.48%
G = 38.53%
B = 50.99%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2588B4 (or 0x2588B4) is known color: Pelorous. HEX triplet: 25, 88 and B4. RGB value is (37,136,180). Sum of RGB (Red+Green+Blue) = 37+136+180=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #2588B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2588B4 is #DA774B. Grayscale: #6F6F6F. Windows color (decimal): -14317388 or 11831333. OLE color: 11831333.

HSL color Cylindrical-coordinate representation of color #2588B4: hue angle of 198.46º 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 #2588B4 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 136 180 -
CMYK 0.79 0.24 0 0.29
HSL 198.46º 0.66% 0.43% -
HSV(B) 198.46º 0.79% 0.71% -
XYZ 17.81 21.3 46.35 -
YUV 111.42 166.7 74.92 -
System Red Green Blue C M Y K H S L
Decimal 37 136 180 0.79 0.24 0 0.29 198.46 0.66 0.43
Hex 25 88 B4 4F 18 0 1D C6 42 2B
Octal 45 210 264 117 30 0 35 306 102 53
Binary 100101 10001000 10110100 1001111 11000 0 11101 11000110 1000010 101011

Color Harmonies of #2588B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2588B4

Black with #2588B4

Text Example


Text Example

White with #2588B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2588B4; }

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

 H1.HeaderClassName
 {
   color: #2588B4;
 }
 .AnyTagClassName
 {
   color: #2588B4;
 }
</style>

background-color css

<style>
 a { background-color: #2588B4; }

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

 div.DivClassName
 {
   background-color: #2588B4;
 }
 .BgClassName
 {
   background-color: #2588B4;
 }
</style>

border-color css

<style>
 span { border-color: #2588B4; }

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

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