#2D3084

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

Shades of Torea Bay #2D3084

Tints of Torea Bay #2D3084

Color information

#2D3084 (or 0x2D3084) is unknown color: approx Torea Bay. HEX triplet: 2D, 30 and 84. RGB value is (45,48,132). Sum of RGB (Red+Green+Blue) = 45+48+132=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D3084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3084 is #D2CF7B. Grayscale: #383838. Windows color (decimal): -13815676 or 8663085. OLE color: 8663085.

HSL color Cylindrical-coordinate representation of color #2D3084: hue angle of 237.93º 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 #2D3084 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4548132-
CMYK0.660.6400.48
HSL237.93º49.15%34.71%-
HSV(B)237.93º65.91%51.76%-
XYZ6.34.3422.33-
YUV56.68170.51119.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=20%
G=21.33%
B=58.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45481320.660.6400.48237.9349.1534.71
Hex2D30844240030ee3123
Octal55602041021000603566143
Binary1011011100001000010010000101000000011000011101110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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