Html Css Color HEX #246F74 Atoll

📋 copy color: '#246F74'

red 36 ◦ green 111 ◦ blue 116

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

Shades of Atoll #246F74

Tints of Atoll #246F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 13.69%
G = 42.21%
B = 44.11%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#246F74 (or 0x246F74) is known color: Atoll. HEX triplet: 24, 6F and 74. RGB value is (36,111,116). Sum of RGB (Red+Green+Blue) = 36+111+116=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #246F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F74 is #DB908B. Grayscale: #595959. Windows color (decimal): -14389388 or 7630628. OLE color: 7630628.

HSL color Cylindrical-coordinate representation of color #246F74: hue angle of 183.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246F74 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 111 116 -
CMYK 0.69 0.04 0 0.55
HSL 183.75º 0.53% 0.3% -
HSV(B) 183.75º 0.69% 0.45% -
XYZ 9.56 13 18.53 -
YUV 89.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 36 111 116 0.69 0.04 0 0.55 183.75 0.53 0.3
Hex 24 6F 74 45 4 0 37 B8 35 1E
Octal 44 157 164 105 4 0 67 270 65 36
Binary 100100 1101111 1110100 1000101 100 0 110111 10111000 110101 11110

Color Harmonies of #246F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F74

Black with #246F74

Text Example


Text Example

White with #246F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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