#34445D

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

Shades of Gulf Blue #34445D

Tints of Gulf Blue #34445D

Color information

#34445D (or 0x34445D) is unknown color: approx Gulf Blue. HEX triplet: 34, 44 and 5D. RGB value is (52,68,93). Sum of RGB (Red+Green+Blue) = 52+68+93=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #34445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34445D is #CBBBA2. Grayscale: #414141. Windows color (decimal): -13351843 or 6112308. OLE color: 6112308.

HSL color Cylindrical-coordinate representation of color #34445D: hue angle of 216.59º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34445D is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB526893-
CMYK0.440.2700.64
HSL216.59º28.28%28.43%-
HSV(B)216.59º44.09%36.47%-
XYZ5.465.6511.16-
YUV66.07143.2117.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=24.41%
G=31.92%
B=43.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5268930.440.2700.64216.5928.2828.43
Hex34445D2C1B040d91c1c
Octal64104135543301003313434
Binary110100100010010111011011001101101000000110110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,68,93); }

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

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

 a { background-color: rgb(52,68,93); }

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

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

 span { border-color: rgb(52,68,93); }

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