#344082

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

Shades of Torea Bay #344082

Tints of Torea Bay #344082

Color information

#344082 (or 0x344082) is unknown color: approx Torea Bay. HEX triplet: 34, 40 and 82. RGB value is (52,64,130). Sum of RGB (Red+Green+Blue) = 52+64+130=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #344082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344082 is #CBBF7D. Grayscale: #434343. Windows color (decimal): -13352830 or 8536116. OLE color: 8536116.

HSL color Cylindrical-coordinate representation of color #344082: hue angle of 230.77º 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 #344082 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5264130-
CMYK0.600.5100.49
HSL230.77º42.86%35.69%-
HSV(B)230.77º60%50.98%-
XYZ7.286.0121.9-
YUV67.94163.02116.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=21.14%
G=26.02%
B=52.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52641300.600.5100.49230.7742.8635.69
Hex3440823C33031e72b24
Octal6410020274630613475344
Binary110100100000010000010111100110011011000111100111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344082; }

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

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

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

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

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

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

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

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