#343C6C

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

Shades of Torea Bay #343C6C

Tints of Torea Bay #343C6C

Color information

#343C6C (or 0x343C6C) is unknown color: approx Torea Bay. HEX triplet: 34, 3C and 6C. RGB value is (52,60,108). Sum of RGB (Red+Green+Blue) = 52+60+108=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #343C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C6C is #CBC393. Grayscale: #3E3E3E. Windows color (decimal): -13353876 or 7093300. OLE color: 7093300.

HSL color Cylindrical-coordinate representation of color #343C6C: hue angle of 231.43º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343C6C is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5260108-
CMYK0.520.4400.58
HSL231.43º35%31.37%-
HSV(B)231.43º51.85%42.35%-
XYZ5.745.0414.86-
YUV63.08153.35120.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=23.64%
G=27.27%
B=49.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52601080.520.4400.58231.433531.37
Hex343C6C342C03Ae7231f
Octal647415464540723474337
Binary110100111100110110011010010110001110101110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343C6C; }

 p { color: rgb(52,60,108); }

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

<style>
 a { background-color: #343C6C; }

 a { background-color: rgb(52,60,108); }

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

<style>
 span { border-color: #343C6C; }

 span { border-color: rgb(52,60,108); }

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