Html Css Color HEX #249CBE Pelorous

📋 copy color: '#249CBE'

red 36 ◦ green 156 ◦ blue 190

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

Shades of Pelorous #249CBE

Tints of Pelorous #249CBE

RGB

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

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

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

R = 9.42%
G = 40.84%
B = 49.74%

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

#249CBE (or 0x249CBE) is known color: Pelorous. HEX triplet: 24, 9C and BE. RGB value is (36,156,190). Sum of RGB (Red+Green+Blue) = 36+156+190=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #249CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CBE is #DB6341. Grayscale: #7B7B7B. Windows color (decimal): -14377794 or 12491812. OLE color: 12491812.

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

Color convert

RGB 36 156 190 -
CMYK 0.81 0.18 0 0.25
HSL 193.25º 0.68% 0.44% -
HSV(B) 193.25º 0.81% 0.75% -
XYZ 21.91 27.87 52.94 -
YUV 124 165.24 65.24 -
System Red Green Blue C M Y K H S L
Decimal 36 156 190 0.81 0.18 0 0.25 193.25 0.68 0.44
Hex 24 9C BE 51 12 0 19 C1 44 2C
Octal 44 234 276 121 22 0 31 301 104 54
Binary 100100 10011100 10111110 1010001 10010 0 11001 11000001 1000100 101100

Color Harmonies of #249CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CBE

Black with #249CBE

Text Example


Text Example

White with #249CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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