#343F7B

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

Shades of Torea Bay #343F7B

Tints of Torea Bay #343F7B

Color information

#343F7B (or 0x343F7B) is unknown color: approx Torea Bay. HEX triplet: 34, 3F and 7B. RGB value is (52,63,123). Sum of RGB (Red+Green+Blue) = 52+63+123=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #343F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F7B is #CBC084. Grayscale: #424242. Windows color (decimal): -13353093 or 8077108. OLE color: 8077108.

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

Color convert

RGB5263123-
CMYK0.580.4900.52
HSL230.7º40.57%34.31%-
HSV(B)230.7º57.72%48.24%-
XYZ6.775.7219.49-
YUV66.55159.86117.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=21.85%
G=26.47%
B=51.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52631230.580.4900.52230.740.5734.31
Hex343F7B3A31034e72922
Octal647717372610643475142
Binary1101001111111111011111010110001011010011100111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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