#2D3779

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

Shades of Torea Bay #2D3779

Tints of Torea Bay #2D3779

Color information

#2D3779 (or 0x2D3779) is unknown color: approx Torea Bay. HEX triplet: 2D, 37 and 79. RGB value is (45,55,121). Sum of RGB (Red+Green+Blue) = 45+55+121=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D3779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3779 is #D2C886. Grayscale: #3B3B3B. Windows color (decimal): -13813895 or 7943981. OLE color: 7943981.

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

Color convert

RGB4555121-
CMYK0.630.5500.53
HSL232.11º45.78%32.55%-
HSV(B)232.11º62.81%47.45%-
XYZ5.94.6718.68-
YUV59.53162.69117.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 55 (21.88% from 255) = 24.89%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=20.36%
G=24.89%
B=54.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45551210.630.5500.53232.1145.7832.55
Hex2D37793F37035e82e21
Octal556717177670653505641
Binary1011011101111111001111111110111011010111101000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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