#2D366D

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

Shades of Torea Bay #2D366D

Tints of Torea Bay #2D366D

Color information

#2D366D (or 0x2D366D) is unknown color: approx Torea Bay. HEX triplet: 2D, 36 and 6D. RGB value is (45,54,109). Sum of RGB (Red+Green+Blue) = 45+54+109=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D366D is #D2C992. Grayscale: #393939. Windows color (decimal): -13814163 or 7157293. OLE color: 7157293.

HSL color Cylindrical-coordinate representation of color #2D366D: hue angle of 231.56º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D366D is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4554109-
CMYK0.590.5000.57
HSL231.56º41.56%30.2%-
HSV(B)231.56º58.72%42.75%-
XYZ5.164.315.03-
YUV57.58157.02119.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.63%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=21.63%
G=25.96%
B=52.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45541090.590.5000.57231.5641.5630.2
Hex2D366D3B32039e82a1e
Octal556615573620713505236
Binary101101110110110110111101111001001110011110100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,54,109); }

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

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

 a { background-color: rgb(45,54,109); }

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

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

 span { border-color: rgb(45,54,109); }

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