Html Css Color HEX #249ABC Pelorous

📋 copy color: '#249ABC'

red 36 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #249ABC

Tints of Pelorous #249ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 9.52%
G = 40.74%
B = 49.74%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#249ABC (or 0x249ABC) is known color: Pelorous. HEX triplet: 24, 9A and BC. RGB value is (36,154,188). Sum of RGB (Red+Green+Blue) = 36+154+188=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #249ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ABC is #DB6543. Grayscale: #7A7A7A. Windows color (decimal): -14378308 or 12360228. OLE color: 12360228.

HSL color Cylindrical-coordinate representation of color #249ABC: hue angle of 193.42º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249ABC is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 154 188 -
CMYK 0.81 0.18 0 0.26
HSL 193.42º 0.68% 0.44% -
HSV(B) 193.42º 0.81% 0.74% -
XYZ 21.36 27.12 51.69 -
YUV 122.59 164.91 66.24 -
System Red Green Blue C M Y K H S L
Decimal 36 154 188 0.81 0.18 0 0.26 193.42 0.68 0.44
Hex 24 9A BC 51 12 0 1A C1 44 2C
Octal 44 232 274 121 22 0 32 301 104 54
Binary 100100 10011010 10111100 1010001 10010 0 11010 11000001 1000100 101100

Color Harmonies of #249ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ABC

Black with #249ABC

Text Example


Text Example

White with #249ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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