Html Css Color HEX #249CBC Pelorous

📋 copy color: '#249CBC'

red 36 ◦ green 156 ◦ blue 188

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

Shades of Pelorous #249CBC

Tints of Pelorous #249CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 9.47%
G = 41.05%
B = 49.47%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#249CBC (or 0x249CBC) is known color: Pelorous. HEX triplet: 24, 9C and BC. RGB value is (36,156,188). Sum of RGB (Red+Green+Blue) = 36+156+188=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #249CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CBC is #DB6343. Grayscale: #7B7B7B. Windows color (decimal): -14377796 or 12360740. OLE color: 12360740.

HSL color Cylindrical-coordinate representation of color #249CBC: hue angle of 192.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249CBC is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 156 188 -
CMYK 0.81 0.17 0 0.26
HSL 192.63º 0.68% 0.44% -
HSV(B) 192.63º 0.81% 0.74% -
XYZ 21.69 27.78 51.8 -
YUV 123.77 164.24 65.4 -
System Red Green Blue C M Y K H S L
Decimal 36 156 188 0.81 0.17 0 0.26 192.63 0.68 0.44
Hex 24 9C BC 51 11 0 1A C1 44 2C
Octal 44 234 274 121 21 0 32 301 104 54
Binary 100100 10011100 10111100 1010001 10001 0 11010 11000001 1000100 101100

Color Harmonies of #249CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CBC

Black with #249CBC

Text Example


Text Example

White with #249CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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