Html Css Color HEX #247C80 Atoll

📋 copy color: '#247C80'

red 36 ◦ green 124 ◦ blue 128

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

Shades of Atoll #247C80

Tints of Atoll #247C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

 BLUE value IS 128 (50.39% from 255) = 44.44%

R = 12.5%
G = 43.06%
B = 44.44%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#247C80 (or 0x247C80) is known color: Atoll. HEX triplet: 24, 7C and 80. RGB value is (36,124,128). Sum of RGB (Red+Green+Blue) = 36+124+128=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #247C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C80 is #DB837F. Grayscale: #626262. Windows color (decimal): -14386048 or 8420388. OLE color: 8420388.

HSL color Cylindrical-coordinate representation of color #247C80: hue angle of 182.61º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247C80 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 124 128 -
CMYK 0.72 0.03 0 0.50
HSL 182.61º 0.56% 0.32% -
HSV(B) 182.61º 0.72% 0.5% -
XYZ 11.83 16.35 22.95 -
YUV 98.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 36 124 128 0.72 0.03 0 0.50 182.61 0.56 0.32
Hex 24 7C 80 48 3 0 32 B7 38 20
Octal 44 174 200 110 3 0 62 267 70 40
Binary 100100 1111100 10000000 1001000 11 0 110010 10110111 111000 100000

Color Harmonies of #247C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C80

Black with #247C80

Text Example


Text Example

White with #247C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247C80; }

 p { color: rgb(36,124,128); }

 H1.HeaderClassName
 {
   color: #247C80;
 }
 .AnyTagClassName
 {
   color: #247C80;
 }
</style>

background-color css

<style>
 a { background-color: #247C80; }

 a { background-color: rgb(36,124,128); }

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

border-color css

<style>
 span { border-color: #247C80; }

 span { border-color: rgb(36,124,128); }

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