Html Css Color HEX #2499AC Pelorous

📋 copy color: '#2499AC'

red 36 ◦ green 153 ◦ blue 172

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

Shades of Pelorous #2499AC

Tints of Pelorous #2499AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 9.97%
G = 42.38%
B = 47.65%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2499AC (or 0x2499AC) is known color: Pelorous. HEX triplet: 24, 99 and AC. RGB value is (36,153,172). Sum of RGB (Red+Green+Blue) = 36+153+172=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #2499AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2499AC is #DB6653. Grayscale: #777777. Windows color (decimal): -14378580 or 11311396. OLE color: 11311396.

HSL color Cylindrical-coordinate representation of color #2499AC: hue angle of 188.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2499AC is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 153 172 -
CMYK 0.79 0.11 0 0.33
HSL 188.38º 0.65% 0.41% -
HSV(B) 188.38º 0.79% 0.67% -
XYZ 19.57 26.14 43.04 -
YUV 120.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 36 153 172 0.79 0.11 0 0.33 188.38 0.65 0.41
Hex 24 99 AC 4F B 0 21 BC 41 29
Octal 44 231 254 117 13 0 41 274 101 51
Binary 100100 10011001 10101100 1001111 1011 0 100001 10111100 1000001 101001

Color Harmonies of #2499AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2499AC

Black with #2499AC

Text Example


Text Example

White with #2499AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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