#2D3184

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

Shades of Torea Bay #2D3184

Tints of Torea Bay #2D3184

Color information

#2D3184 (or 0x2D3184) is unknown color: approx Torea Bay. HEX triplet: 2D, 31 and 84. RGB value is (45,49,132). Sum of RGB (Red+Green+Blue) = 45+49+132=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D3184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3184 is #D2CE7B. Grayscale: #383838. Windows color (decimal): -13815420 or 8663341. OLE color: 8663341.

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

Color convert

RGB4549132-
CMYK0.660.6300.48
HSL237.24º49.15%34.71%-
HSV(B)237.24º65.91%51.76%-
XYZ6.354.4222.35-
YUV57.27170.17119.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=19.91%
G=21.68%
B=58.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45491320.660.6300.48237.2449.1534.71
Hex2D3184423F030ed3123
Octal5561204102770603556143
Binary101101110001100001001000010111111011000011101101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,49,132); }

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

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

 a { background-color: rgb(45,49,132); }

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

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

 span { border-color: rgb(45,49,132); }

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