#34377A

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

Shades of Torea Bay #34377A

Tints of Torea Bay #34377A

Color information

#34377A (or 0x34377A) is unknown color: approx Torea Bay. HEX triplet: 34, 37 and 7A. RGB value is (52,55,122). Sum of RGB (Red+Green+Blue) = 52+55+122=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #34377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34377A is #CBC885. Grayscale: #3D3D3D. Windows color (decimal): -13355142 or 8009524. OLE color: 8009524.

HSL color Cylindrical-coordinate representation of color #34377A: hue angle of 237.43º 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 #34377A is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5255122-
CMYK0.570.5500.52
HSL237.43º40.23%34.12%-
HSV(B)237.43º57.38%47.84%-
XYZ6.34.8719.02-
YUV61.74162.01121.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=22.71%
G=24.02%
B=53.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52551220.570.5500.52237.4340.2334.12
Hex34377A3937034ed2822
Octal646717271670643555042
Binary1101001101111111010111001110111011010011101101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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