Html Css Color HEX #2497B4 Pelorous

📋 copy color: '#2497B4'

red 36 ◦ green 151 ◦ blue 180

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

Shades of Pelorous #2497B4

Tints of Pelorous #2497B4

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

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

R = 9.81%
G = 41.14%
B = 49.05%

CMYK

 C value IS 0.8

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2497B4 (or 0x2497B4) is known color: Pelorous. HEX triplet: 24, 97 and B4. RGB value is (36,151,180). Sum of RGB (Red+Green+Blue) = 36+151+180=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #2497B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2497B4 is #DB684B. Grayscale: #777777. Windows color (decimal): -14379084 or 11835172. OLE color: 11835172.

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

Color convert

RGB 36 151 180 -
CMYK 0.8 0.16 0 0.29
HSL 192.08º 0.67% 0.42% -
HSV(B) 192.08º 0.8% 0.71% -
XYZ 20.03 25.8 47.1 -
YUV 119.92 161.9 68.14 -
System Red Green Blue C M Y K H S L
Decimal 36 151 180 0.8 0.16 0 0.29 192.08 0.67 0.42
Hex 24 97 B4 50 10 0 1D C0 43 2A
Octal 44 227 264 120 20 0 35 300 103 52
Binary 100100 10010111 10110100 1010000 10000 0 11101 11000000 1000011 101010

Color Harmonies of #2497B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2497B4

Black with #2497B4

Text Example


Text Example

White with #2497B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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