Html Css Color HEX #249AAC Pelorous

📋 copy color: '#249AAC'

red 36 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #249AAC

Tints of Pelorous #249AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

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

R = 9.94%
G = 42.54%
B = 47.51%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249AAC (or 0x249AAC) is known color: Pelorous. HEX triplet: 24, 9A and AC. RGB value is (36,154,172). Sum of RGB (Red+Green+Blue) = 36+154+172=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #249AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AAC is #DB6553. Grayscale: #787878. Windows color (decimal): -14378324 or 11311652. OLE color: 11311652.

HSL color Cylindrical-coordinate representation of color #249AAC: hue angle of 187.94º 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 #249AAC is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 154 172 -
CMYK 0.79 0.10 0 0.33
HSL 187.94º 0.65% 0.41% -
HSV(B) 187.94º 0.79% 0.67% -
XYZ 19.73 26.46 43.1 -
YUV 120.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 36 154 172 0.79 0.10 0 0.33 187.94 0.65 0.41
Hex 24 9A AC 4F A 0 21 BC 41 29
Octal 44 232 254 117 12 0 41 274 101 51
Binary 100100 10011010 10101100 1001111 1010 0 100001 10111100 1000001 101001

Color Harmonies of #249AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AAC

Black with #249AAC

Text Example


Text Example

White with #249AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249AAC; }

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

 H1.HeaderClassName
 {
   color: #249AAC;
 }
 .AnyTagClassName
 {
   color: #249AAC;
 }
</style>

background-color css

<style>
 a { background-color: #249AAC; }

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

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

border-color css

<style>
 span { border-color: #249AAC; }

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

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