#2C377B

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

Shades of Torea Bay #2C377B

Tints of Torea Bay #2C377B

Color information

#2C377B (or 0x2C377B) is unknown color: approx Torea Bay. HEX triplet: 2C, 37 and 7B. RGB value is (44,55,123). Sum of RGB (Red+Green+Blue) = 44+55+123=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C377B is #D3C884. Grayscale: #3B3B3B. Windows color (decimal): -13879429 or 8075052. OLE color: 8075052.

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

Color convert

RGB4455123-
CMYK0.640.5500.52
HSL231.65º47.31%32.75%-
HSV(B)231.65º64.23%48.24%-
XYZ5.984.719.33-
YUV59.46163.86116.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=19.82%
G=24.77%
B=55.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44551230.640.5500.52231.6547.3132.75
Hex2C377B4037034e82f21
Octal5467173100670643505741
Binary10110011011111110111000000110111011010011101000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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