Html Css Color HEX #247475 Atoll

📋 copy color: '#247475'

red 36 ◦ green 116 ◦ blue 117

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

Shades of Atoll #247475

Tints of Atoll #247475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 13.38%
G = 43.12%
B = 43.49%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#247475 (or 0x247475) is known color: Atoll. HEX triplet: 24, 74 and 75. RGB value is (36,116,117). Sum of RGB (Red+Green+Blue) = 36+116+117=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #247475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247475 is #DB8B8A. Grayscale: #5C5C5C. Windows color (decimal): -14388107 or 7697444. OLE color: 7697444.

HSL color Cylindrical-coordinate representation of color #247475: hue angle of 180.74º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247475 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 116 117 -
CMYK 0.69 0.01 0 0.54
HSL 180.74º 0.53% 0.3% -
HSV(B) 180.74º 0.69% 0.46% -
XYZ 10.18 14.15 19.02 -
YUV 92.19 142 87.92 -
System Red Green Blue C M Y K H S L
Decimal 36 116 117 0.69 0.01 0 0.54 180.74 0.53 0.3
Hex 24 74 75 45 1 0 36 B5 35 1E
Octal 44 164 165 105 1 0 66 265 65 36
Binary 100100 1110100 1110101 1000101 1 0 110110 10110101 110101 11110

Color Harmonies of #247475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247475

Black with #247475

Text Example


Text Example

White with #247475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247475; }

 p { color: rgb(36,116,117); }

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

background-color css

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

 a { background-color: rgb(36,116,117); }

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

border-color css

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

 span { border-color: rgb(36,116,117); }

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