#2C327D

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

Shades of Torea Bay #2C327D

Tints of Torea Bay #2C327D

Color information

#2C327D (or 0x2C327D) is unknown color: approx Torea Bay. HEX triplet: 2C, 32 and 7D. RGB value is (44,50,125). Sum of RGB (Red+Green+Blue) = 44+50+125=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C327D is #D3CD82. Grayscale: #383838. Windows color (decimal): -13880707 or 8204844. OLE color: 8204844.

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

Color convert

RGB4450125-
CMYK0.650.6000.51
HSL235.56º47.93%33.14%-
HSV(B)235.56º64.8%49.02%-
XYZ5.884.319.92-
YUV56.76166.51118.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=20.09%
G=22.83%
B=57.08%

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
Decimal44501250.650.6000.51235.5647.9333.14
Hex2C327D413C033ec3021
Octal5462175101740633546041
Binary10110011001011111011000001111100011001111101100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,50,125); }

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

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

 a { background-color: rgb(44,50,125); }

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

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

 span { border-color: rgb(44,50,125); }

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