Html Css Color HEX #247680 Atoll

📋 copy color: '#247680'

red 36 ◦ green 118 ◦ blue 128

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

Shades of Atoll #247680

Tints of Atoll #247680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

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

R = 12.77%
G = 41.84%
B = 45.39%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#247680 (or 0x247680) is known color: Atoll. HEX triplet: 24, 76 and 80. RGB value is (36,118,128). Sum of RGB (Red+Green+Blue) = 36+118+128=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #247680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247680 is #DB897F. Grayscale: #5E5E5E. Windows color (decimal): -14387584 or 8418852. OLE color: 8418852.

HSL color Cylindrical-coordinate representation of color #247680: hue angle of 186.52º 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 #247680 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 118 128 -
CMYK 0.72 0.08 0 0.50
HSL 186.52º 0.56% 0.32% -
HSV(B) 186.52º 0.72% 0.5% -
XYZ 11.1 14.89 22.71 -
YUV 94.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 36 118 128 0.72 0.08 0 0.50 186.52 0.56 0.32
Hex 24 76 80 48 8 0 32 BB 38 20
Octal 44 166 200 110 10 0 62 273 70 40
Binary 100100 1110110 10000000 1001000 1000 0 110010 10111011 111000 100000

Color Harmonies of #247680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247680

Black with #247680

Text Example


Text Example

White with #247680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247680; }

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

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

background-color css

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

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

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

border-color css

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

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

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