Html Css Color HEX #247986 Atoll

📋 copy color: '#247986'

red 36 ◦ green 121 ◦ blue 134

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

Shades of Atoll #247986

Tints of Atoll #247986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 12.37%
G = 41.58%
B = 46.05%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#247986 (or 0x247986) is known color: Atoll. HEX triplet: 24, 79 and 86. RGB value is (36,121,134). Sum of RGB (Red+Green+Blue) = 36+121+134=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #247986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247986 is #DB8679. Grayscale: #606060. Windows color (decimal): -14386810 or 8812836. OLE color: 8812836.

HSL color Cylindrical-coordinate representation of color #247986: hue angle of 187.96º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247986 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 121 134 -
CMYK 0.73 0.10 0 0.47
HSL 187.96º 0.58% 0.33% -
HSV(B) 187.96º 0.73% 0.53% -
XYZ 11.87 15.77 24.97 -
YUV 97.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 36 121 134 0.73 0.10 0 0.47 187.96 0.58 0.33
Hex 24 79 86 49 A 0 2F BC 3A 21
Octal 44 171 206 111 12 0 57 274 72 41
Binary 100100 1111001 10000110 1001001 1010 0 101111 10111100 111010 100001

Color Harmonies of #247986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247986

Black with #247986

Text Example


Text Example

White with #247986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247986; }

 p { color: rgb(36,121,134); }

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

background-color css

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

 a { background-color: rgb(36,121,134); }

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

border-color css

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

 span { border-color: rgb(36,121,134); }

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