#2C347F

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

Shades of Torea Bay #2C347F

Tints of Torea Bay #2C347F

Color information

#2C347F (or 0x2C347F) is unknown color: approx Torea Bay. HEX triplet: 2C, 34 and 7F. RGB value is (44,52,127). Sum of RGB (Red+Green+Blue) = 44+52+127=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C347F is #D3CB80. Grayscale: #393939. Windows color (decimal): -13880193 or 8336428. OLE color: 8336428.

HSL color Cylindrical-coordinate representation of color #2C347F: hue angle of 234.22º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C347F is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4452127-
CMYK0.650.5900.50
HSL234.22º48.54%33.53%-
HSV(B)234.22º65.35%49.8%-
XYZ6.14.5220.63-
YUV58.16166.85117.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 127 (50% from 255) = 56.95%
R=19.73%
G=23.32%
B=56.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44521270.650.5900.50234.2248.5433.53
Hex2C347F413B032ea3122
Octal5464177101730623526142
Binary10110011010011111111000001111011011001011101010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,52,127); }

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

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

 a { background-color: rgb(44,52,127); }

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

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

 span { border-color: rgb(44,52,127); }

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