#2D3578

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

Shades of Torea Bay #2D3578

Tints of Torea Bay #2D3578

Color information

#2D3578 (or 0x2D3578) is unknown color: approx Torea Bay. HEX triplet: 2D, 35 and 78. RGB value is (45,53,120). Sum of RGB (Red+Green+Blue) = 45+53+120=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D3578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3578 is #D2CA87. Grayscale: #393939. Windows color (decimal): -13814408 or 7877933. OLE color: 7877933.

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

Color convert

RGB4553120-
CMYK0.630.5600.53
HSL233.6º45.45%32.35%-
HSV(B)233.6º62.5%47.06%-
XYZ5.754.4618.33-
YUV58.25162.85118.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.64%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=20.64%
G=24.31%
B=55.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45531200.630.5600.53233.645.4532.35
Hex2D35783F38035ea2d20
Octal556517077700653525540
Binary1011011101011111000111111111000011010111101010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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