#246F71

Color #246F71 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #246F71

Tints of Atoll #246F71

Color information

#246F71 (or 0x246F71) is unknown color: approx Atoll. HEX triplet: 24, 6F and 71. RGB value is (36,111,113). Sum of RGB (Red+Green+Blue) = 36+111+113=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #246F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F71 is #DB908E. Grayscale: #585858. Windows color (decimal): -14389391 or 7434020. OLE color: 7434020.

HSL color Cylindrical-coordinate representation of color #246F71: hue angle of 181.56º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246F71 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB36111113-
CMYK0.680.0200.56
HSL181.56º51.68%29.22%-
HSV(B)181.56º68.14%44.31%-
XYZ9.3912.9417.62-
YUV88.8141.6590.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.85%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=13.85%
G=42.69%
B=43.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal361111130.680.0200.56181.5651.6829.22
Hex246F71442038b6341d
Octal4415716110420702666435
Binary1001001101111111000110001001001110001011011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #246F71;
 }
 .AnyTagClassName
 {
   color: #246F71;
 }
</style>
background-color css

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

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

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

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

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

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