Html Css Color HEX #2591BA Pelorous

📋 copy color: '#2591BA'

red 37 ◦ green 145 ◦ blue 186

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

Shades of Pelorous #2591BA

Tints of Pelorous #2591BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 10.05%
G = 39.4%
B = 50.54%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2591BA (or 0x2591BA) is known color: Pelorous. HEX triplet: 25, 91 and BA. RGB value is (37,145,186). Sum of RGB (Red+Green+Blue) = 37+145+186=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #2591BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2591BA is #DA6E45. Grayscale: #757575. Windows color (decimal): -14315078 or 12226853. OLE color: 12226853.

HSL color Cylindrical-coordinate representation of color #2591BA: hue angle of 196.51º 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 #2591BA is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 145 186 -
CMYK 0.80 0.22 0 0.27
HSL 196.51º 0.67% 0.44% -
HSV(B) 196.51º 0.8% 0.73% -
XYZ 19.75 24.19 50.08 -
YUV 117.38 166.72 70.67 -
System Red Green Blue C M Y K H S L
Decimal 37 145 186 0.80 0.22 0 0.27 196.51 0.67 0.44
Hex 25 91 BA 50 16 0 1B C5 43 2C
Octal 45 221 272 120 26 0 33 305 103 54
Binary 100101 10010001 10111010 1010000 10110 0 11011 11000101 1000011 101100

Color Harmonies of #2591BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2591BA

Black with #2591BA

Text Example


Text Example

White with #2591BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2591BA; }

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

 H1.HeaderClassName
 {
   color: #2591BA;
 }
 .AnyTagClassName
 {
   color: #2591BA;
 }
</style>

background-color css

<style>
 a { background-color: #2591BA; }

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

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

border-color css

<style>
 span { border-color: #2591BA; }

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

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