#34405B

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

Shades of Gulf Blue #34405B

Tints of Gulf Blue #34405B

Color information

#34405B (or 0x34405B) is unknown color: approx Gulf Blue. HEX triplet: 34, 40 and 5B. RGB value is (52,64,91). Sum of RGB (Red+Green+Blue) = 52+64+91=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #34405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34405B is #CBBFA4. Grayscale: #3F3F3F. Windows color (decimal): -13352869 or 5980212. OLE color: 5980212.

HSL color Cylindrical-coordinate representation of color #34405B: hue angle of 221.54º degrees, saturation: 0.27, 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 #34405B is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB526491-
CMYK0.430.3000.64
HSL221.54º27.27%28.04%-
HSV(B)221.54º42.86%35.69%-
XYZ5.145.1510.62-
YUV63.49143.52119.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=25.12%
G=30.92%
B=43.96%

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
Decimal5264910.430.3000.64221.5427.2728.04
Hex34405B2B1E040de1b1c
Octal64100133533601003363334
Binary110100100000010110111010111111001000000110111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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