#2B3578

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

Shades of Torea Bay #2B3578

Tints of Torea Bay #2B3578

Color information

#2B3578 (or 0x2B3578) is unknown color: approx Torea Bay. HEX triplet: 2B, 35 and 78. RGB value is (43,53,120). Sum of RGB (Red+Green+Blue) = 43+53+120=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B3578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3578 is #D4CA87. Grayscale: #393939. Windows color (decimal): -13945480 or 7877931. OLE color: 7877931.

HSL color Cylindrical-coordinate representation of color #2B3578: hue angle of 232.21º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3578 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4353120-
CMYK0.640.5600.53
HSL232.21º47.24%31.96%-
HSV(B)232.21º64.17%47.06%-
XYZ5.664.4218.32-
YUV57.65163.19117.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=19.91%
G=24.54%
B=55.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43531200.640.5600.53232.2147.2431.96
Hex2B35784038035e82f20
Octal5365170100700653505740
Binary10101111010111110001000000111000011010111101000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,120); }

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

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

 a { background-color: rgb(43,53,120); }

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

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

 span { border-color: rgb(43,53,120); }

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