#2C337A

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

Shades of Torea Bay #2C337A

Tints of Torea Bay #2C337A

Color information

#2C337A (or 0x2C337A) is unknown color: approx Torea Bay. HEX triplet: 2C, 33 and 7A. RGB value is (44,51,122). Sum of RGB (Red+Green+Blue) = 44+51+122=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C337A is #D3CC85. Grayscale: #383838. Windows color (decimal): -13880454 or 8008492. OLE color: 8008492.

HSL color Cylindrical-coordinate representation of color #2C337A: hue angle of 234.62º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C337A is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4451122-
CMYK0.640.5800.52
HSL234.62º46.99%32.55%-
HSV(B)234.62º63.93%47.84%-
XYZ5.744.3118.94-
YUV57164.68118.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.28%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=20.28%
G=23.50%
B=56.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44511220.640.5800.52234.6246.9932.55
Hex2C337A403A034eb2f21
Octal5463172100720643535741
Binary10110011001111110101000000111010011010011101011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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