#246F84

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

Shades of Allports #246F84

Tints of Allports #246F84

Color information

#246F84 (or 0x246F84) is unknown color: approx Allports. HEX triplet: 24, 6F and 84. RGB value is (36,111,132). Sum of RGB (Red+Green+Blue) = 36+111+132=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #246F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F84 is #DB907B. Grayscale: #5A5A5A. Windows color (decimal): -14389372 or 8679204. OLE color: 8679204.

HSL color Cylindrical-coordinate representation of color #246F84: hue angle of 193.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246F84 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB36111132-
CMYK0.730.1600.48
HSL193.12º57.14%32.94%-
HSV(B)193.12º72.73%51.76%-
XYZ10.5813.4123.86-
YUV90.97151.1588.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=12.90%
G=39.78%
B=47.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361111320.730.1600.48193.1257.1432.94
Hex246F844910030c13921
Octal44157204111200603017141
Binary100100110111110000100100100110000011000011000001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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