#344083

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

Shades of Torea Bay #344083

Tints of Torea Bay #344083

Color information

#344083 (or 0x344083) is unknown color: approx Torea Bay. HEX triplet: 34, 40 and 83. RGB value is (52,64,131). Sum of RGB (Red+Green+Blue) = 52+64+131=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #344083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344083 is #CBBF7C. Grayscale: #434343. Windows color (decimal): -13352829 or 8601652. OLE color: 8601652.

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

Color convert

RGB5264131-
CMYK0.600.5100.49
HSL230.89º43.17%35.88%-
HSV(B)230.89º60.31%51.37%-
XYZ7.356.0422.25-
YUV68.05163.52116.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 131 (51.56% from 255) = 53.04%
R=21.05%
G=25.91%
B=53.04%

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
Decimal52641310.600.5100.49230.8943.1735.88
Hex3440833C33031e72b24
Octal6410020374630613475344
Binary110100100000010000011111100110011011000111100111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344083; }

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

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

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

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

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

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

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

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