#34425B

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

Shades of Gulf Blue #34425B

Tints of Gulf Blue #34425B

Color information

#34425B (or 0x34425B) is unknown color: approx Gulf Blue. HEX triplet: 34, 42 and 5B. RGB value is (52,66,91). Sum of RGB (Red+Green+Blue) = 52+66+91=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #34425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34425B is #CBBDA4. Grayscale: #404040. Windows color (decimal): -13352357 or 5980724. OLE color: 5980724.

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

Color convert

RGB526691-
CMYK0.430.2700.64
HSL218.46º27.27%28.04%-
HSV(B)218.46º42.86%35.69%-
XYZ5.255.3810.66-
YUV64.66142.86118.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=24.88%
G=31.58%
B=43.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5266910.430.2700.64218.4627.2728.04
Hex34425B2B1B040da1b1c
Octal64102133533301003323334
Binary110100100001010110111010111101101000000110110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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