Html Css Color HEX #2497BA Pelorous

📋 copy color: '#2497BA'

red 36 ◦ green 151 ◦ blue 186

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

Shades of Pelorous #2497BA

Tints of Pelorous #2497BA

RGB

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

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

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

R = 9.65%
G = 40.48%
B = 49.87%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2497BA (or 0x2497BA) is known color: Pelorous. HEX triplet: 24, 97 and BA. RGB value is (36,151,186). Sum of RGB (Red+Green+Blue) = 36+151+186=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #2497BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2497BA is #DB6845. Grayscale: #787878. Windows color (decimal): -14379078 or 12228388. OLE color: 12228388.

HSL color Cylindrical-coordinate representation of color #2497BA: hue angle of 194º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2497BA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 151 186 -
CMYK 0.81 0.19 0 0.27
HSL 194º 0.68% 0.44% -
HSV(B) 194º 0.81% 0.73% -
XYZ 20.66 26.05 50.39 -
YUV 120.61 164.9 67.65 -
System Red Green Blue C M Y K H S L
Decimal 36 151 186 0.81 0.19 0 0.27 194 0.68 0.44
Hex 24 97 BA 51 13 0 1B C2 44 2C
Octal 44 227 272 121 23 0 33 302 104 54
Binary 100100 10010111 10111010 1010001 10011 0 11011 11000010 1000100 101100

Color Harmonies of #2497BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2497BA

Black with #2497BA

Text Example


Text Example

White with #2497BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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