#2D3884

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

Shades of Torea Bay #2D3884

Tints of Torea Bay #2D3884

Color information

#2D3884 (or 0x2D3884) is unknown color: approx Torea Bay. HEX triplet: 2D, 38 and 84. RGB value is (45,56,132). Sum of RGB (Red+Green+Blue) = 45+56+132=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D3884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3884 is #D2C77B. Grayscale: #3D3D3D. Windows color (decimal): -13813628 or 8665133. OLE color: 8665133.

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

Color convert

RGB4556132-
CMYK0.660.5800.48
HSL232.41º49.15%34.71%-
HSV(B)232.41º65.91%51.76%-
XYZ6.665.0522.45-
YUV61.38167.86116.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=19.31%
G=24.03%
B=56.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45561320.660.5800.48232.4149.1534.71
Hex2D3884423A030e83123
Octal5570204102720603506143
Binary101101111000100001001000010111010011000011101000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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