#2C3889

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

Shades of Torea Bay #2C3889

Tints of Torea Bay #2C3889

Color information

#2C3889 (or 0x2C3889) is unknown color: approx Torea Bay. HEX triplet: 2C, 38 and 89. RGB value is (44,56,137). Sum of RGB (Red+Green+Blue) = 44+56+137=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C3889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3889 is #D3C776. Grayscale: #3D3D3D. Windows color (decimal): -13879159 or 8992812. OLE color: 8992812.

HSL color Cylindrical-coordinate representation of color #2C3889: hue angle of 232.26º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C3889 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4456137-
CMYK0.680.5900.46
HSL232.26º51.38%35.49%-
HSV(B)232.26º67.88%53.73%-
XYZ6.975.1724.3-
YUV61.65170.52115.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 137 (53.91% from 255) = 57.81%
R=18.57%
G=23.63%
B=57.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44561370.680.5900.46232.2651.3835.49
Hex2C3889443B02Ee83323
Octal5470211104730563506343
Binary101100111000100010011000100111011010111011101000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,56,137); }

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

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

 a { background-color: rgb(44,56,137); }

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

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

 span { border-color: rgb(44,56,137); }

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