#343F82

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

Shades of Torea Bay #343F82

Tints of Torea Bay #343F82

Color information

#343F82 (or 0x343F82) is unknown color: approx Torea Bay. HEX triplet: 34, 3F and 82. RGB value is (52,63,130). Sum of RGB (Red+Green+Blue) = 52+63+130=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #343F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F82 is #CBC07D. Grayscale: #434343. Windows color (decimal): -13353086 or 8535860. OLE color: 8535860.

HSL color Cylindrical-coordinate representation of color #343F82: hue angle of 231.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343F82 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5263130-
CMYK0.600.5200.49
HSL231.54º42.86%35.69%-
HSV(B)231.54º60%50.98%-
XYZ7.225.921.88-
YUV67.35163.36117.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=21.22%
G=25.71%
B=53.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52631300.600.5200.49231.5442.8635.69
Hex343F823C34031e82b24
Octal647720274640613505344
Binary11010011111110000010111100110100011000111101000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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