Html Css Color HEX #2588BC Pelorous

📋 copy color: '#2588BC'

red 37 ◦ green 136 ◦ blue 188

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

Shades of Pelorous #2588BC

Tints of Pelorous #2588BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 10.25%
G = 37.67%
B = 52.08%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2588BC (or 0x2588BC) is known color: Pelorous. HEX triplet: 25, 88 and BC. RGB value is (37,136,188). Sum of RGB (Red+Green+Blue) = 37+136+188=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #2588BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2588BC is #DA7743. Grayscale: #707070. Windows color (decimal): -14317380 or 12355621. OLE color: 12355621.

HSL color Cylindrical-coordinate representation of color #2588BC: hue angle of 200.66º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2588BC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 136 188 -
CMYK 0.80 0.28 0 0.26
HSL 200.66º 0.67% 0.44% -
HSV(B) 200.66º 0.8% 0.74% -
XYZ 18.64 21.63 50.77 -
YUV 112.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 37 136 188 0.80 0.28 0 0.26 200.66 0.67 0.44
Hex 25 88 BC 50 1C 0 1A C9 43 2C
Octal 45 210 274 120 34 0 32 311 103 54
Binary 100101 10001000 10111100 1010000 11100 0 11010 11001001 1000011 101100

Color Harmonies of #2588BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2588BC

Black with #2588BC

Text Example


Text Example

White with #2588BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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