Html Css Color HEX #249CC1 Pelorous

📋 copy color: '#249CC1'

red 36 ◦ green 156 ◦ blue 193

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

Shades of Pelorous #249CC1

Tints of Pelorous #249CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.13%

R = 9.35%
G = 40.52%
B = 50.13%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#249CC1 (or 0x249CC1) is known color: Pelorous. HEX triplet: 24, 9C and C1. RGB value is (36,156,193). Sum of RGB (Red+Green+Blue) = 36+156+193=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #249CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CC1 is #DB633E. Grayscale: #7C7C7C. Windows color (decimal): -14377791 or 12688420. OLE color: 12688420.

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

Color convert

RGB 36 156 193 -
CMYK 0.81 0.19 0 0.24
HSL 194.14º 0.69% 0.45% -
HSV(B) 194.14º 0.81% 0.76% -
XYZ 22.24 28 54.68 -
YUV 124.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 36 156 193 0.81 0.19 0 0.24 194.14 0.69 0.45
Hex 24 9C C1 51 13 0 18 C2 45 2D
Octal 44 234 301 121 23 0 30 302 105 55
Binary 100100 10011100 11000001 1010001 10011 0 11000 11000010 1000101 101101

Color Harmonies of #249CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CC1

Black with #249CC1

Text Example


Text Example

White with #249CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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