#2C2D7C

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

Shades of Torea Bay #2C2D7C

Tints of Torea Bay #2C2D7C

Color information

#2C2D7C (or 0x2C2D7C) is unknown color: approx Torea Bay. HEX triplet: 2C, 2D and 7C. RGB value is (44,45,124). Sum of RGB (Red+Green+Blue) = 44+45+124=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C2D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2D7C is #D3D283. Grayscale: #353535. Windows color (decimal): -13881988 or 8138028. OLE color: 8138028.

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

Color convert

RGB4445124-
CMYK0.650.6400.51
HSL239.25º47.62%32.94%-
HSV(B)239.25º64.52%48.63%-
XYZ5.623.8719.52-
YUV53.71167.67121.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.66%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 124 (48.83% from 255) = 58.22%
R=20.66%
G=21.13%
B=58.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44451240.650.6400.51239.2547.6232.94
Hex2C2D7C4140033ef3021
Octal54551741011000633576041
Binary101100101101111110010000011000000011001111101111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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