#2D337A

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

Shades of Torea Bay #2D337A

Tints of Torea Bay #2D337A

Color information

#2D337A (or 0x2D337A) is unknown color: approx Torea Bay. HEX triplet: 2D, 33 and 7A. RGB value is (45,51,122). Sum of RGB (Red+Green+Blue) = 45+51+122=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D337A is #D2CC85. Grayscale: #393939. Windows color (decimal): -13814918 or 8008493. OLE color: 8008493.

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

Color convert

RGB4551122-
CMYK0.630.5800.52
HSL235.32º46.11%32.75%-
HSV(B)235.32º63.11%47.84%-
XYZ5.784.3318.94-
YUV57.3164.51119.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.64%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=20.64%
G=23.39%
B=55.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45511220.630.5800.52235.3246.1132.75
Hex2D337A3F3A034eb2e21
Octal556317277720643535641
Binary1011011100111111010111111111010011010011101011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,51,122); }

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

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

 a { background-color: rgb(45,51,122); }

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

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

 span { border-color: rgb(45,51,122); }

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