Html Css Color HEX #249BC0 Pelorous

📋 copy color: '#249BC0'

red 36 ◦ green 155 ◦ blue 192

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

Shades of Pelorous #249BC0

Tints of Pelorous #249BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 9.4%
G = 40.47%
B = 50.13%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#249BC0 (or 0x249BC0) is known color: Pelorous. HEX triplet: 24, 9B and C0. RGB value is (36,155,192). Sum of RGB (Red+Green+Blue) = 36+155+192=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #249BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BC0 is #DB643F. Grayscale: #7B7B7B. Windows color (decimal): -14378048 or 12622628. OLE color: 12622628.

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

Color convert

RGB 36 155 192 -
CMYK 0.81 0.19 0 0.25
HSL 194.23º 0.68% 0.45% -
HSV(B) 194.23º 0.81% 0.75% -
XYZ 21.96 27.62 54.04 -
YUV 123.64 166.58 65.49 -
System Red Green Blue C M Y K H S L
Decimal 36 155 192 0.81 0.19 0 0.25 194.23 0.68 0.45
Hex 24 9B C0 51 13 0 19 C2 44 2D
Octal 44 233 300 121 23 0 31 302 104 55
Binary 100100 10011011 11000000 1010001 10011 0 11001 11000010 1000100 101101

Color Harmonies of #249BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BC0

Black with #249BC0

Text Example


Text Example

White with #249BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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