Html Css Color HEX #247F84 Atoll

📋 copy color: '#247F84'

red 36 ◦ green 127 ◦ blue 132

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

Shades of Atoll #247F84

Tints of Atoll #247F84

RGB

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

 GREEN value IS 127 (50% from 255) = 43.05%

 BLUE value IS 132 (51.95% from 255) = 44.75%

R = 12.2%
G = 43.05%
B = 44.75%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#247F84 (or 0x247F84) is known color: Atoll. HEX triplet: 24, 7F and 84. RGB value is (36,127,132). Sum of RGB (Red+Green+Blue) = 36+127+132=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #247F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F84 is #DB807B. Grayscale: #646464. Windows color (decimal): -14385276 or 8683300. OLE color: 8683300.

HSL color Cylindrical-coordinate representation of color #247F84: hue angle of 183.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247F84 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 127 132 -
CMYK 0.73 0.04 0 0.48
HSL 183.13º 0.57% 0.33% -
HSV(B) 183.13º 0.73% 0.52% -
XYZ 12.48 17.22 24.5 -
YUV 100.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 36 127 132 0.73 0.04 0 0.48 183.13 0.57 0.33
Hex 24 7F 84 49 4 0 30 B7 39 21
Octal 44 177 204 111 4 0 60 267 71 41
Binary 100100 1111111 10000100 1001001 100 0 110000 10110111 111001 100001

Color Harmonies of #247F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F84

Black with #247F84

Text Example


Text Example

White with #247F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,127,132); }

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

background-color css

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

 a { background-color: rgb(36,127,132); }

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

border-color css

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

 span { border-color: rgb(36,127,132); }

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