#2E5661

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

Shades of Casal #2E5661

Tints of Casal #2E5661

Color information

#2E5661 (or 0x2E5661) is unknown color: approx Casal. HEX triplet: 2E, 56 and 61. RGB value is (46,86,97). Sum of RGB (Red+Green+Blue) = 46+86+97=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E5661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5661 is #D1A99E. Grayscale: #4B4B4B. Windows color (decimal): -13740447 or 6379054. OLE color: 6379054.

HSL color Cylindrical-coordinate representation of color #2E5661: hue angle of 192.94º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5661 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB468697-
CMYK0.530.1100.62
HSL192.94º35.66%28.04%-
HSV(B)192.94º52.58%38.04%-
XYZ6.618.112.52-
YUV75.29140.25107.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.09%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=20.09%
G=37.55%
B=42.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4686970.530.1100.62192.9435.6628.04
Hex2E566135B03Ec1241c
Octal5612614165130763014434
Binary10111010101101100001110101101101111101100000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,86,97); }

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

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

 a { background-color: rgb(46,86,97); }

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

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

 span { border-color: rgb(46,86,97); }

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