#246971

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

Shades of Allports #246971

Tints of Allports #246971

Color information

#246971 (or 0x246971) is unknown color: approx Allports. HEX triplet: 24, 69 and 71. RGB value is (36,105,113). Sum of RGB (Red+Green+Blue) = 36+105+113=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #246971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246971 is #DB968E. Grayscale: #555555. Windows color (decimal): -14390927 or 7432484. OLE color: 7432484.

HSL color Cylindrical-coordinate representation of color #246971: hue angle of 186.23º 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 #246971 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB36105113-
CMYK0.680.0700.56
HSL186.23º51.68%29.22%-
HSV(B)186.23º68.14%44.31%-
XYZ8.7611.6717.41-
YUV85.28143.6492.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=14.17%
G=41.34%
B=44.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal361051130.680.0700.56186.2351.6829.22
Hex246971447038ba341d
Octal4415116110470702726435
Binary10010011010011110001100010011101110001011101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246971; }

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

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

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

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

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

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

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

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