#34425D

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

Shades of Gulf Blue #34425D

Tints of Gulf Blue #34425D

Color information

#34425D (or 0x34425D) is unknown color: approx Gulf Blue. HEX triplet: 34, 42 and 5D. RGB value is (52,66,93). Sum of RGB (Red+Green+Blue) = 52+66+93=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #34425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34425D is #CBBDA2. Grayscale: #404040. Windows color (decimal): -13352355 or 6111796. OLE color: 6111796.

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

Color convert

RGB526693-
CMYK0.440.2900.64
HSL219.51º28.28%28.43%-
HSV(B)219.51º44.09%36.47%-
XYZ5.345.4211.12-
YUV64.89143.86118.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=24.64%
G=31.28%
B=44.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5266930.440.2900.64219.5128.2828.43
Hex34425D2C1D040dc1c1c
Octal64102135543501003343434
Binary110100100001010111011011001110101000000110111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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