Html Css Color HEX #249BBC Pelorous

📋 copy color: '#249BBC'

red 36 ◦ green 155 ◦ blue 188

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

Shades of Pelorous #249BBC

Tints of Pelorous #249BBC

RGB

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

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

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

R = 9.5%
G = 40.9%
B = 49.6%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#249BBC (or 0x249BBC) is known color: Pelorous. HEX triplet: 24, 9B and BC. RGB value is (36,155,188). Sum of RGB (Red+Green+Blue) = 36+155+188=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #249BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BBC is #DB6443. Grayscale: #7A7A7A. Windows color (decimal): -14378052 or 12360484. OLE color: 12360484.

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

Color convert

RGB 36 155 188 -
CMYK 0.81 0.18 0 0.26
HSL 193.03º 0.68% 0.44% -
HSV(B) 193.03º 0.81% 0.74% -
XYZ 21.53 27.45 51.74 -
YUV 123.18 164.58 65.82 -
System Red Green Blue C M Y K H S L
Decimal 36 155 188 0.81 0.18 0 0.26 193.03 0.68 0.44
Hex 24 9B BC 51 12 0 1A C1 44 2C
Octal 44 233 274 121 22 0 32 301 104 54
Binary 100100 10011011 10111100 1010001 10010 0 11010 11000001 1000100 101100

Color Harmonies of #249BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BBC

Black with #249BBC

Text Example


Text Example

White with #249BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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