#2C368A

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

Shades of Torea Bay #2C368A

Tints of Torea Bay #2C368A

Color information

#2C368A (or 0x2C368A) is unknown color: approx Torea Bay. HEX triplet: 2C, 36 and 8A. RGB value is (44,54,138). Sum of RGB (Red+Green+Blue) = 44+54+138=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C368A is #D3C975. Grayscale: #3C3C3C. Windows color (decimal): -13879670 or 9057836. OLE color: 9057836.

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

Color convert

RGB4454138-
CMYK0.680.6100.46
HSL233.62º51.65%35.69%-
HSV(B)233.62º68.12%54.12%-
XYZ6.955.0124.65-
YUV60.59171.69116.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.64%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=18.64%
G=22.88%
B=58.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44541380.680.6100.46233.6251.6535.69
Hex2C368A443D02Eea3424
Octal5466212104750563526444
Binary101100110110100010101000100111101010111011101010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,54,138); }

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

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

 a { background-color: rgb(44,54,138); }

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

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

 span { border-color: rgb(44,54,138); }

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