Html Css Color HEX #2499A5 Pelorous

📋 copy color: '#2499A5'

red 36 ◦ green 153 ◦ blue 165

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

Shades of Pelorous #2499A5

Tints of Pelorous #2499A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 10.17%
G = 43.22%
B = 46.61%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2499A5 (or 0x2499A5) is known color: Pelorous. HEX triplet: 24, 99 and A5. RGB value is (36,153,165). Sum of RGB (Red+Green+Blue) = 36+153+165=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #2499A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2499A5 is #DB665A. Grayscale: #777777. Windows color (decimal): -14378587 or 10852644. OLE color: 10852644.

HSL color Cylindrical-coordinate representation of color #2499A5: hue angle of 185.58º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2499A5 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 153 165 -
CMYK 0.78 0.07 0 0.35
HSL 185.58º 0.64% 0.39% -
HSV(B) 185.58º 0.78% 0.65% -
XYZ 18.91 25.87 39.59 -
YUV 119.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 36 153 165 0.78 0.07 0 0.35 185.58 0.64 0.39
Hex 24 99 A5 4E 7 0 23 BA 40 27
Octal 44 231 245 116 7 0 43 272 100 47
Binary 100100 10011001 10100101 1001110 111 0 100011 10111010 1000000 100111

Color Harmonies of #2499A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2499A5

Black with #2499A5

Text Example


Text Example

White with #2499A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2499A5; }

 p { color: rgb(36,153,165); }

 H1.HeaderClassName
 {
   color: #2499A5;
 }
 .AnyTagClassName
 {
   color: #2499A5;
 }
</style>

background-color css

<style>
 a { background-color: #2499A5; }

 a { background-color: rgb(36,153,165); }

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

border-color css

<style>
 span { border-color: #2499A5; }

 span { border-color: rgb(36,153,165); }

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