#2D366F

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

Shades of Torea Bay #2D366F

Tints of Torea Bay #2D366F

Color information

#2D366F (or 0x2D366F) is unknown color: approx Torea Bay. HEX triplet: 2D, 36 and 6F. RGB value is (45,54,111). Sum of RGB (Red+Green+Blue) = 45+54+111=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D366F is #D2C990. Grayscale: #393939. Windows color (decimal): -13814161 or 7288365. OLE color: 7288365.

HSL color Cylindrical-coordinate representation of color #2D366F: hue angle of 231.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D366F is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4554111-
CMYK0.590.5100.56
HSL231.82º42.31%30.59%-
HSV(B)231.82º59.46%43.53%-
XYZ5.274.3415.6-
YUV57.81158.02118.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 111 (43.75% from 255) = 52.86%
R=21.43%
G=25.71%
B=52.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45541110.590.5100.56231.8242.3130.59
Hex2D366F3B33038e82a1f
Octal556615773630703505237
Binary101101110110110111111101111001101110001110100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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