Html Css Color HEX #2491B4 Pelorous

📋 copy color: '#2491B4'

red 36 ◦ green 145 ◦ blue 180

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

Shades of Pelorous #2491B4

Tints of Pelorous #2491B4

RGB

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

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

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

R = 9.97%
G = 40.17%
B = 49.86%

CMYK

 C value IS 0.8

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2491B4 (or 0x2491B4) is known color: Pelorous. HEX triplet: 24, 91 and B4. RGB value is (36,145,180). Sum of RGB (Red+Green+Blue) = 36+145+180=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #2491B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2491B4 is #DB6E4B. Grayscale: #747474. Windows color (decimal): -14380620 or 11833636. OLE color: 11833636.

HSL color Cylindrical-coordinate representation of color #2491B4: hue angle of 194.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2491B4 is Cyan = 0.8, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 145 180 -
CMYK 0.8 0.19 0 0.29
HSL 194.58º 0.67% 0.42% -
HSV(B) 194.58º 0.8% 0.71% -
XYZ 19.09 23.92 46.79 -
YUV 116.4 163.89 70.65 -
System Red Green Blue C M Y K H S L
Decimal 36 145 180 0.8 0.19 0 0.29 194.58 0.67 0.42
Hex 24 91 B4 50 13 0 1D C3 43 2A
Octal 44 221 264 120 23 0 35 303 103 52
Binary 100100 10010001 10110100 1010000 10011 0 11101 11000011 1000011 101010

Color Harmonies of #2491B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2491B4

Black with #2491B4

Text Example


Text Example

White with #2491B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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