#343F57

Color #343F57 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #343F57

Tints of Gulf Blue #343F57

Color information

#343F57 (or 0x343F57) is unknown color: approx Gulf Blue. HEX triplet: 34, 3F and 57. RGB value is (52,63,87). Sum of RGB (Red+Green+Blue) = 52+63+87=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #343F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F57 is #CBC0A8. Grayscale: #3E3E3E. Windows color (decimal): -13353129 or 5717812. OLE color: 5717812.

HSL color Cylindrical-coordinate representation of color #343F57: hue angle of 221.14º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343F57 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB526387-
CMYK0.400.2800.66
HSL221.14º25.18%27.25%-
HSV(B)221.14º40.23%34.12%-
XYZ4.914.979.72-
YUV62.45141.86120.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=25.74%
G=31.19%
B=43.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5263870.400.2800.66221.1425.1827.25
Hex343F57281C042dd191b
Octal6477127503401023353133
Binary11010011111110101111010001110001000010110111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343F57; }

 p { color: rgb(52,63,87); }

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

<style>
 a { background-color: #343F57; }

 a { background-color: rgb(52,63,87); }

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

<style>
 span { border-color: #343F57; }

 span { border-color: rgb(52,63,87); }

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