#2C317B

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

Shades of Torea Bay #2C317B

Tints of Torea Bay #2C317B

Color information

#2C317B (or 0x2C317B) is unknown color: approx Torea Bay. HEX triplet: 2C, 31 and 7B. RGB value is (44,49,123). Sum of RGB (Red+Green+Blue) = 44+49+123=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C317B is #D3CE84. Grayscale: #373737. Windows color (decimal): -13880965 or 8073516. OLE color: 8073516.

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

Color convert

RGB4449123-
CMYK0.640.6000.52
HSL236.2º47.31%32.75%-
HSV(B)236.2º64.23%48.24%-
XYZ5.714.1619.24-
YUV55.94165.84119.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=20.37%
G=22.69%
B=56.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44491230.640.6000.52236.247.3132.75
Hex2C317B403C034ec2f21
Octal5461173100740643545741
Binary10110011000111110111000000111100011010011101100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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