#34387A

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

Shades of Torea Bay #34387A

Tints of Torea Bay #34387A

Color information

#34387A (or 0x34387A) is unknown color: approx Torea Bay. HEX triplet: 34, 38 and 7A. RGB value is (52,56,122). Sum of RGB (Red+Green+Blue) = 52+56+122=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #34387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34387A is #CBC785. Grayscale: #3E3E3E. Windows color (decimal): -13354886 or 8009780. OLE color: 8009780.

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

Color convert

RGB5256122-
CMYK0.570.5400.52
HSL236.57º40.23%34.12%-
HSV(B)236.57º57.38%47.84%-
XYZ6.344.9619.04-
YUV62.33161.67120.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=22.61%
G=24.35%
B=53.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52561220.570.5400.52236.5740.2334.12
Hex34387A3936034ed2822
Octal647017271660643555042
Binary1101001110001111010111001110110011010011101101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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