#34405C

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

Shades of Gulf Blue #34405C

Tints of Gulf Blue #34405C

Color information

#34405C (or 0x34405C) is unknown color: approx Gulf Blue. HEX triplet: 34, 40 and 5C. RGB value is (52,64,92). Sum of RGB (Red+Green+Blue) = 52+64+92=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #34405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34405C is #CBBFA3. Grayscale: #3F3F3F. Windows color (decimal): -13352868 or 6045748. OLE color: 6045748.

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

Color convert

RGB526492-
CMYK0.430.3000.64
HSL222º27.78%28.24%-
HSV(B)222º43.48%36.08%-
XYZ5.185.1710.85-
YUV63.6144.02119.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=25%
G=30.77%
B=44.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5264920.430.3000.6422227.7828.24
Hex34405C2B1E040de1c1c
Octal64100134533601003363434
Binary110100100000010111001010111111001000000110111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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