#246A72

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

Shades of Allports #246A72

Tints of Allports #246A72

Color information

#246A72 (or 0x246A72) is unknown color: approx Allports. HEX triplet: 24, 6A and 72. RGB value is (36,106,114). Sum of RGB (Red+Green+Blue) = 36+106+114=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #246A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246A72 is #DB958D. Grayscale: #555555. Windows color (decimal): -14390670 or 7498276. OLE color: 7498276.

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

Color convert

RGB36106114-
CMYK0.680.0700.55
HSL186.15º52%29.41%-
HSV(B)186.15º68.42%44.71%-
XYZ8.9211.917.75-
YUV85.98143.8192.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.06%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=14.06%
G=41.41%
B=44.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361061140.680.0700.55186.155229.41
Hex246A72447037ba341d
Octal4415216210470672726435
Binary10010011010101110010100010011101101111011101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,106,114); }

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

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

 a { background-color: rgb(36,106,114); }

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

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

 span { border-color: rgb(36,106,114); }

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