Html Css Color HEX #249CC0 Pelorous

📋 copy color: '#249CC0'

red 36 ◦ green 156 ◦ blue 192

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

Shades of Pelorous #249CC0

Tints of Pelorous #249CC0

RGB

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

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

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

R = 9.38%
G = 40.63%
B = 50%

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

#249CC0 (or 0x249CC0) is known color: Pelorous. HEX triplet: 24, 9C and C0. RGB value is (36,156,192). Sum of RGB (Red+Green+Blue) = 36+156+192=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #249CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CC0 is #DB633F. Grayscale: #7B7B7B. Windows color (decimal): -14377792 or 12622884. OLE color: 12622884.

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

Color convert

RGB 36 156 192 -
CMYK 0.81 0.19 0 0.25
HSL 193.85º 0.68% 0.45% -
HSV(B) 193.85º 0.81% 0.75% -
XYZ 22.13 27.96 54.1 -
YUV 124.22 166.24 65.07 -
System Red Green Blue C M Y K H S L
Decimal 36 156 192 0.81 0.19 0 0.25 193.85 0.68 0.45
Hex 24 9C C0 51 13 0 19 C2 44 2D
Octal 44 234 300 121 23 0 31 302 104 55
Binary 100100 10011100 11000000 1010001 10011 0 11001 11000010 1000100 101101

Color Harmonies of #249CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CC0

Black with #249CC0

Text Example


Text Example

White with #249CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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