#34387B

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

Shades of Torea Bay #34387B

Tints of Torea Bay #34387B

Color information

#34387B (or 0x34387B) is unknown color: approx Torea Bay. HEX triplet: 34, 38 and 7B. RGB value is (52,56,123). Sum of RGB (Red+Green+Blue) = 52+56+123=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #34387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34387B is #CBC784. Grayscale: #3E3E3E. Windows color (decimal): -13354885 or 8075316. OLE color: 8075316.

HSL color Cylindrical-coordinate representation of color #34387B: hue angle of 236.62º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34387B is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5256123-
CMYK0.580.5400.52
HSL236.62º40.57%34.31%-
HSV(B)236.62º57.72%48.24%-
XYZ6.414.9919.36-
YUV62.44162.17120.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=22.51%
G=24.24%
B=53.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52561230.580.5400.52236.6240.5734.31
Hex34387B3A36034ed2922
Octal647017372660643555142
Binary1101001110001111011111010110110011010011101101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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