#2B5860

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

Shades of Casal #2B5860

Tints of Casal #2B5860

Color information

#2B5860 (or 0x2B5860) is unknown color: approx Casal. HEX triplet: 2B, 58 and 60. RGB value is (43,88,96). Sum of RGB (Red+Green+Blue) = 43+88+96=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B5860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5860 is #D4A79F. Grayscale: #4B4B4B. Windows color (decimal): -13936544 or 6314027. OLE color: 6314027.

HSL color Cylindrical-coordinate representation of color #2B5860: hue angle of 189.06º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5860 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB438896-
CMYK0.550.0800.62
HSL189.06º38.13%27.25%-
HSV(B)189.06º55.21%37.65%-
XYZ6.68.3412.33-
YUV75.46139.59104.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=18.94%
G=38.77%
B=42.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4388960.550.0800.62189.0638.1327.25
Hex2B586037803Ebd261b
Octal5313014067100762754633
Binary10101110110001100000110111100001111101011110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,88,96); }

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

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

 a { background-color: rgb(43,88,96); }

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

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

 span { border-color: rgb(43,88,96); }

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