#2E6F7C

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

Shades of Allports #2E6F7C

Tints of Allports #2E6F7C

Color information

#2E6F7C (or 0x2E6F7C) is unknown color: approx Allports. HEX triplet: 2E, 6F and 7C. RGB value is (46,111,124). Sum of RGB (Red+Green+Blue) = 46+111+124=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E6F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F7C is #D19083. Grayscale: #5C5C5C. Windows color (decimal): -13734020 or 8154926. OLE color: 8154926.

HSL color Cylindrical-coordinate representation of color #2E6F7C: hue angle of 190º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E6F7C is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB46111124-
CMYK0.630.1000.51
HSL190º45.88%33.33%-
HSV(B)190º62.9%48.63%-
XYZ10.4513.421.11-
YUV93.05145.4794.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=16.37%
G=39.50%
B=44.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal461111240.630.1000.5119045.8833.33
Hex2E6F7C3FA033be2e21
Octal5615717477120632765641
Binary101110110111111111001111111010011001110111110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E6F7C; }

 p { color: rgb(46,111,124); }

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

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

 a { background-color: rgb(46,111,124); }

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

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

 span { border-color: rgb(46,111,124); }

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