Html Css Color HEX #249EBC Pelorous

📋 copy color: '#249EBC'

red 36 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #249EBC

Tints of Pelorous #249EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.36%

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

R = 9.42%
G = 41.36%
B = 49.21%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#249EBC (or 0x249EBC) is known color: Pelorous. HEX triplet: 24, 9E and BC. RGB value is (36,158,188). Sum of RGB (Red+Green+Blue) = 36+158+188=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #249EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249EBC is #DB6143. Grayscale: #7C7C7C. Windows color (decimal): -14377284 or 12361252. OLE color: 12361252.

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

Color convert

RGB 36 158 188 -
CMYK 0.81 0.16 0 0.26
HSL 191.84º 0.68% 0.44% -
HSV(B) 191.84º 0.81% 0.74% -
XYZ 22.03 28.46 51.91 -
YUV 124.94 163.58 64.56 -
System Red Green Blue C M Y K H S L
Decimal 36 158 188 0.81 0.16 0 0.26 191.84 0.68 0.44
Hex 24 9E BC 51 10 0 1A C0 44 2C
Octal 44 236 274 121 20 0 32 300 104 54
Binary 100100 10011110 10111100 1010001 10000 0 11010 11000000 1000100 101100

Color Harmonies of #249EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EBC

Black with #249EBC

Text Example


Text Example

White with #249EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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