Html Css Color HEX #249BB5 Pelorous

📋 copy color: '#249BB5'

red 36 ◦ green 155 ◦ blue 181

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

Shades of Pelorous #249BB5

Tints of Pelorous #249BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 9.68%
G = 41.67%
B = 48.66%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#249BB5 (or 0x249BB5) is known color: Pelorous. HEX triplet: 24, 9B and B5. RGB value is (36,155,181). Sum of RGB (Red+Green+Blue) = 36+155+181=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #249BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BB5 is #DB644A. Grayscale: #7A7A7A. Windows color (decimal): -14378059 or 11901732. OLE color: 11901732.

HSL color Cylindrical-coordinate representation of color #249BB5: hue angle of 190.76º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249BB5 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 155 181 -
CMYK 0.80 0.14 0 0.29
HSL 190.76º 0.67% 0.43% -
HSV(B) 190.76º 0.8% 0.71% -
XYZ 20.79 27.15 47.86 -
YUV 122.38 161.08 66.39 -
System Red Green Blue C M Y K H S L
Decimal 36 155 181 0.80 0.14 0 0.29 190.76 0.67 0.43
Hex 24 9B B5 50 E 0 1D BF 43 2B
Octal 44 233 265 120 16 0 35 277 103 53
Binary 100100 10011011 10110101 1010000 1110 0 11101 10111111 1000011 101011

Color Harmonies of #249BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BB5

Black with #249BB5

Text Example


Text Example

White with #249BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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