#34396D

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

Shades of Torea Bay #34396D

Tints of Torea Bay #34396D

Color information

#34396D (or 0x34396D) is unknown color: approx Torea Bay. HEX triplet: 34, 39 and 6D. RGB value is (52,57,109). Sum of RGB (Red+Green+Blue) = 52+57+109=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #34396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34396D is #CBC692. Grayscale: #3D3D3D. Windows color (decimal): -13354643 or 7158068. OLE color: 7158068.

HSL color Cylindrical-coordinate representation of color #34396D: hue angle of 234.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34396D is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5257109-
CMYK0.520.4800.57
HSL234.74º35.4%31.57%-
HSV(B)234.74º52.29%42.75%-
XYZ5.644.7615.09-
YUV61.43154.84121.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 109 (42.97% from 255) = 50%
R=23.85%
G=26.15%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52571090.520.4800.57234.7435.431.57
Hex34396D3430039eb2320
Octal647115564600713534340
Binary1101001110011101101110100110000011100111101011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34396D; }

 p { color: rgb(52,57,109); }

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

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

 a { background-color: rgb(52,57,109); }

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

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

 span { border-color: rgb(52,57,109); }

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