Html Css Color HEX #249CB4 Pelorous

📋 copy color: '#249CB4'

red 36 ◦ green 156 ◦ blue 180

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

Shades of Pelorous #249CB4

Tints of Pelorous #249CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.39%

R = 9.68%
G = 41.94%
B = 48.39%

CMYK

 C value IS 0.8

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#249CB4 (or 0x249CB4) is known color: Pelorous. HEX triplet: 24, 9C and B4. RGB value is (36,156,180). Sum of RGB (Red+Green+Blue) = 36+156+180=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #249CB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CB4 is #DB634B. Grayscale: #7A7A7A. Windows color (decimal): -14377804 or 11836452. OLE color: 11836452.

HSL color Cylindrical-coordinate representation of color #249CB4: hue angle of 190º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249CB4 is Cyan = 0.8, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 156 180 -
CMYK 0.8 0.13 0 0.29
HSL 190º 0.67% 0.42% -
HSV(B) 190º 0.8% 0.71% -
XYZ 20.85 27.45 47.38 -
YUV 122.86 160.24 66.05 -
System Red Green Blue C M Y K H S L
Decimal 36 156 180 0.8 0.13 0 0.29 190 0.67 0.42
Hex 24 9C B4 50 D 0 1D BE 43 2A
Octal 44 234 264 120 15 0 35 276 103 52
Binary 100100 10011100 10110100 1010000 1101 0 11101 10111110 1000011 101010

Color Harmonies of #249CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CB4

Black with #249CB4

Text Example


Text Example

White with #249CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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