#34387D

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

Shades of Torea Bay #34387D

Tints of Torea Bay #34387D

Color information

#34387D (or 0x34387D) is unknown color: approx Torea Bay. HEX triplet: 34, 38 and 7D. RGB value is (52,56,125). Sum of RGB (Red+Green+Blue) = 52+56+125=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #34387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34387D is #CBC782. Grayscale: #3E3E3E. Windows color (decimal): -13354883 or 8206388. OLE color: 8206388.

HSL color Cylindrical-coordinate representation of color #34387D: hue angle of 236.71º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34387D is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5256125-
CMYK0.580.5500.51
HSL236.71º41.24%34.71%-
HSV(B)236.71º58.4%49.02%-
XYZ6.535.0420.03-
YUV62.67163.17120.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 125 (49.22% from 255) = 53.65%
R=22.32%
G=24.03%
B=53.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52561250.580.5500.51236.7141.2434.71
Hex34387D3A37033ed2923
Octal647017572670633555143
Binary1101001110001111101111010110111011001111101101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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