#34405D

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

Shades of Gulf Blue #34405D

Tints of Gulf Blue #34405D

Color information

#34405D (or 0x34405D) is unknown color: approx Gulf Blue. HEX triplet: 34, 40 and 5D. RGB value is (52,64,93). Sum of RGB (Red+Green+Blue) = 52+64+93=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #34405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34405D is #CBBFA2. Grayscale: #3F3F3F. Windows color (decimal): -13352867 or 6111284. OLE color: 6111284.

HSL color Cylindrical-coordinate representation of color #34405D: hue angle of 222.44º 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 #34405D is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB526493-
CMYK0.440.3100.64
HSL222.44º28.28%28.43%-
HSV(B)222.44º44.09%36.47%-
XYZ5.235.1911.08-
YUV63.72144.52119.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=24.88%
G=30.62%
B=44.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5264930.440.3100.64222.4428.2828.43
Hex34405D2C1F040de1c1c
Octal64100135543701003363434
Binary110100100000010111011011001111101000000110111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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