#2C347E

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

Shades of Torea Bay #2C347E

Tints of Torea Bay #2C347E

Color information

#2C347E (or 0x2C347E) is unknown color: approx Torea Bay. HEX triplet: 2C, 34 and 7E. RGB value is (44,52,126). Sum of RGB (Red+Green+Blue) = 44+52+126=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C347E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C347E is #D3CB81. Grayscale: #393939. Windows color (decimal): -13880194 or 8270892. OLE color: 8270892.

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

Color convert

RGB4452126-
CMYK0.650.5900.51
HSL234.15º48.24%33.33%-
HSV(B)234.15º65.08%49.41%-
XYZ6.034.520.29-
YUV58.04166.35117.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 126 (49.61% from 255) = 56.76%
R=19.82%
G=23.42%
B=56.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44521260.650.5900.51234.1548.2433.33
Hex2C347E413B033ea3021
Octal5464176101730633526041
Binary10110011010011111101000001111011011001111101010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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