Html Css Color HEX #249BBE Pelorous

📋 copy color: '#249BBE'

red 36 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #249BBE

Tints of Pelorous #249BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 9.45%
G = 40.68%
B = 49.87%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#249BBE (or 0x249BBE) is known color: Pelorous. HEX triplet: 24, 9B and BE. RGB value is (36,155,190). Sum of RGB (Red+Green+Blue) = 36+155+190=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #249BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BBE is #DB6441. Grayscale: #7B7B7B. Windows color (decimal): -14378050 or 12491556. OLE color: 12491556.

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

Color convert

RGB 36 155 190 -
CMYK 0.81 0.18 0 0.25
HSL 193.64º 0.68% 0.44% -
HSV(B) 193.64º 0.81% 0.75% -
XYZ 21.74 27.54 52.88 -
YUV 123.41 165.58 65.65 -
System Red Green Blue C M Y K H S L
Decimal 36 155 190 0.81 0.18 0 0.25 193.64 0.68 0.44
Hex 24 9B BE 51 12 0 19 C2 44 2C
Octal 44 233 276 121 22 0 31 302 104 54
Binary 100100 10011011 10111110 1010001 10010 0 11001 11000010 1000100 101100

Color Harmonies of #249BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BBE

Black with #249BBE

Text Example


Text Example

White with #249BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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