Html Css Color HEX #249ABA Pelorous

📋 copy color: '#249ABA'

red 36 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #249ABA

Tints of Pelorous #249ABA

RGB

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

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

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

R = 9.57%
G = 40.96%
B = 49.47%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#249ABA (or 0x249ABA) is known color: Pelorous. HEX triplet: 24, 9A and BA. RGB value is (36,154,186). Sum of RGB (Red+Green+Blue) = 36+154+186=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #249ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ABA is #DB6545. Grayscale: #7A7A7A. Windows color (decimal): -14378310 or 12229156. OLE color: 12229156.

HSL color Cylindrical-coordinate representation of color #249ABA: hue angle of 192.8º 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 #249ABA is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 154 186 -
CMYK 0.81 0.17 0 0.27
HSL 192.8º 0.68% 0.44% -
HSV(B) 192.8º 0.81% 0.73% -
XYZ 21.15 27.03 50.56 -
YUV 122.37 163.91 66.4 -
System Red Green Blue C M Y K H S L
Decimal 36 154 186 0.81 0.17 0 0.27 192.8 0.68 0.44
Hex 24 9A BA 51 11 0 1B C1 44 2C
Octal 44 232 272 121 21 0 33 301 104 54
Binary 100100 10011010 10111010 1010001 10001 0 11011 11000001 1000100 101100

Color Harmonies of #249ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ABA

Black with #249ABA

Text Example


Text Example

White with #249ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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