#2D377B

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

Shades of Torea Bay #2D377B

Tints of Torea Bay #2D377B

Color information

#2D377B (or 0x2D377B) is unknown color: approx Torea Bay. HEX triplet: 2D, 37 and 7B. RGB value is (45,55,123). Sum of RGB (Red+Green+Blue) = 45+55+123=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D377B is #D2C884. Grayscale: #3B3B3B. Windows color (decimal): -13813893 or 8075053. OLE color: 8075053.

HSL color Cylindrical-coordinate representation of color #2D377B: hue angle of 232.31º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D377B is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4555123-
CMYK0.630.5500.52
HSL232.31º46.43%32.94%-
HSV(B)232.31º63.41%48.24%-
XYZ6.024.7219.33-
YUV59.76163.69117.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=20.18%
G=24.66%
B=55.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45551230.630.5500.52232.3146.4332.94
Hex2D377B3F37034e82e21
Octal556717377670643505641
Binary1011011101111111011111111110111011010011101000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,123); }

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

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

 a { background-color: rgb(45,55,123); }

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

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

 span { border-color: rgb(45,55,123); }

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