Html Css Color HEX #249CBB Pelorous

📋 copy color: '#249CBB'

red 36 ◦ green 156 ◦ blue 187

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

Shades of Pelorous #249CBB

Tints of Pelorous #249CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 9.5%
G = 41.16%
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

#249CBB (or 0x249CBB) is known color: Pelorous. HEX triplet: 24, 9C and BB. RGB value is (36,156,187). Sum of RGB (Red+Green+Blue) = 36+156+187=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #249CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CBB is #DB6344. Grayscale: #7B7B7B. Windows color (decimal): -14377797 or 12295204. OLE color: 12295204.

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

Color convert

RGB 36 156 187 -
CMYK 0.81 0.17 0 0.27
HSL 192.32º 0.68% 0.44% -
HSV(B) 192.32º 0.81% 0.73% -
XYZ 21.59 27.74 51.23 -
YUV 123.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 36 156 187 0.81 0.17 0 0.27 192.32 0.68 0.44
Hex 24 9C BB 51 11 0 1B C0 44 2C
Octal 44 234 273 121 21 0 33 300 104 54
Binary 100100 10011100 10111011 1010001 10001 0 11011 11000000 1000100 101100

Color Harmonies of #249CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CBB

Black with #249CBB

Text Example


Text Example

White with #249CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,156,187); }

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

background-color css

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

 a { background-color: rgb(36,156,187); }

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

border-color css

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

 span { border-color: rgb(36,156,187); }

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