#343F7C

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

Shades of Torea Bay #343F7C

Tints of Torea Bay #343F7C

Color information

#343F7C (or 0x343F7C) is unknown color: approx Torea Bay. HEX triplet: 34, 3F and 7C. RGB value is (52,63,124). Sum of RGB (Red+Green+Blue) = 52+63+124=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #343F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F7C is #CBC083. Grayscale: #424242. Windows color (decimal): -13353092 or 8142644. OLE color: 8142644.

HSL color Cylindrical-coordinate representation of color #343F7C: hue angle of 230.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343F7C is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5263124-
CMYK0.580.4900.51
HSL230.83º40.91%34.51%-
HSV(B)230.83º58.06%48.63%-
XYZ6.835.7419.82-
YUV66.66160.36117.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=21.76%
G=26.36%
B=51.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52631240.580.4900.51230.8340.9134.51
Hex343F7C3A31033e72923
Octal647717472610633475143
Binary1101001111111111100111010110001011001111100111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,63,124); }

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

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

 a { background-color: rgb(52,63,124); }

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

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

 span { border-color: rgb(52,63,124); }

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