Html Css Color HEX #249BBA Pelorous

📋 copy color: '#249BBA'

red 36 ◦ green 155 ◦ blue 186

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

Shades of Pelorous #249BBA

Tints of Pelorous #249BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 9.55%
G = 41.11%
B = 49.34%

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

#249BBA (or 0x249BBA) is known color: Pelorous. HEX triplet: 24, 9B and BA. RGB value is (36,155,186). Sum of RGB (Red+Green+Blue) = 36+155+186=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #249BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BBA is #DB6445. Grayscale: #7A7A7A. Windows color (decimal): -14378054 or 12229412. OLE color: 12229412.

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

Color convert

RGB 36 155 186 -
CMYK 0.81 0.17 0 0.27
HSL 192.4º 0.68% 0.44% -
HSV(B) 192.4º 0.81% 0.73% -
XYZ 21.31 27.36 50.61 -
YUV 122.95 163.58 65.98 -
System Red Green Blue C M Y K H S L
Decimal 36 155 186 0.81 0.17 0 0.27 192.4 0.68 0.44
Hex 24 9B BA 51 11 0 1B C0 44 2C
Octal 44 233 272 121 21 0 33 300 104 54
Binary 100100 10011011 10111010 1010001 10001 0 11011 11000000 1000100 101100

Color Harmonies of #249BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BBA

Black with #249BBA

Text Example


Text Example

White with #249BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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