Html Css Color HEX #2491BE Pelorous

📋 copy color: '#2491BE'

red 36 ◦ green 145 ◦ blue 190

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

Shades of Pelorous #2491BE

Tints of Pelorous #2491BE

RGB

 RED value IS 36 (14.45% from 255) = 9.7%

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 9.7%
G = 39.08%
B = 51.21%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2491BE (or 0x2491BE) is known color: Pelorous. HEX triplet: 24, 91 and BE. RGB value is (36,145,190). Sum of RGB (Red+Green+Blue) = 36+145+190=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #2491BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2491BE is #DB6E41. Grayscale: #757575. Windows color (decimal): -14380610 or 12488996. OLE color: 12488996.

HSL color Cylindrical-coordinate representation of color #2491BE: hue angle of 197.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2491BE is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 145 190 -
CMYK 0.81 0.24 0 0.25
HSL 197.53º 0.68% 0.44% -
HSV(B) 197.53º 0.81% 0.75% -
XYZ 20.15 24.34 52.35 -
YUV 117.54 168.89 69.84 -
System Red Green Blue C M Y K H S L
Decimal 36 145 190 0.81 0.24 0 0.25 197.53 0.68 0.44
Hex 24 91 BE 51 18 0 19 C6 44 2C
Octal 44 221 276 121 30 0 31 306 104 54
Binary 100100 10010001 10111110 1010001 11000 0 11001 11000110 1000100 101100

Color Harmonies of #2491BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2491BE

Black with #2491BE

Text Example


Text Example

White with #2491BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2491BE; }

 p { color: rgb(36,145,190); }

 H1.HeaderClassName
 {
   color: #2491BE;
 }
 .AnyTagClassName
 {
   color: #2491BE;
 }
</style>

background-color css

<style>
 a { background-color: #2491BE; }

 a { background-color: rgb(36,145,190); }

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

border-color css

<style>
 span { border-color: #2491BE; }

 span { border-color: rgb(36,145,190); }

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