#2C317C

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

Shades of Torea Bay #2C317C

Tints of Torea Bay #2C317C

Color information

#2C317C (or 0x2C317C) is unknown color: approx Torea Bay. HEX triplet: 2C, 31 and 7C. RGB value is (44,49,124). Sum of RGB (Red+Green+Blue) = 44+49+124=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C317C is #D3CE83. Grayscale: #373737. Windows color (decimal): -13880964 or 8139052. OLE color: 8139052.

HSL color Cylindrical-coordinate representation of color #2C317C: hue angle of 236.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C317C is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4449124-
CMYK0.650.6000.51
HSL236.25º47.62%32.94%-
HSV(B)236.25º64.52%48.63%-
XYZ5.784.1919.57-
YUV56.06166.34119.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.28%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=20.28%
G=22.58%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44491240.650.6000.51236.2547.6232.94
Hex2C317C413C033ec3021
Octal5461174101740633546041
Binary10110011000111111001000001111100011001111101100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,49,124); }

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

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

 a { background-color: rgb(44,49,124); }

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

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

 span { border-color: rgb(44,49,124); }

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