#343C7B

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

Shades of Torea Bay #343C7B

Tints of Torea Bay #343C7B

Color information

#343C7B (or 0x343C7B) is unknown color: approx Torea Bay. HEX triplet: 34, 3C and 7B. RGB value is (52,60,123). Sum of RGB (Red+Green+Blue) = 52+60+123=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #343C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C7B is #CBC384. Grayscale: #404040. Windows color (decimal): -13353861 or 8076340. OLE color: 8076340.

HSL color Cylindrical-coordinate representation of color #343C7B: hue angle of 233.24º 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 #343C7B is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5260123-
CMYK0.580.5100.52
HSL233.24º40.57%34.31%-
HSV(B)233.24º57.72%48.24%-
XYZ6.615.3919.43-
YUV64.79160.85118.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=22.13%
G=25.53%
B=52.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52601230.580.5100.52233.2440.5734.31
Hex343C7B3A33034e92922
Octal647417372630643515142
Binary1101001111001111011111010110011011010011101001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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