#34357A

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

Shades of Torea Bay #34357A

Tints of Torea Bay #34357A

Color information

#34357A (or 0x34357A) is unknown color: approx Torea Bay. HEX triplet: 34, 35 and 7A. RGB value is (52,53,122). Sum of RGB (Red+Green+Blue) = 52+53+122=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #34357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34357A is #CBCA85. Grayscale: #3C3C3C. Windows color (decimal): -13355654 or 8009012. OLE color: 8009012.

HSL color Cylindrical-coordinate representation of color #34357A: hue angle of 239.14º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34357A is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5253122-
CMYK0.570.5700.52
HSL239.14º40.23%34.12%-
HSV(B)239.14º57.38%47.84%-
XYZ6.24.6818.99-
YUV60.57162.67121.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=22.91%
G=23.35%
B=53.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52531220.570.5700.52239.1440.2334.12
Hex34357A3939034ef2822
Octal646517271710643575042
Binary1101001101011111010111001111001011010011101111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34357A; }

 p { color: rgb(52,53,122); }

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

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

 a { background-color: rgb(52,53,122); }

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

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

 span { border-color: rgb(52,53,122); }

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