#34435D

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

Shades of Gulf Blue #34435D

Tints of Gulf Blue #34435D

Color information

#34435D (or 0x34435D) is unknown color: approx Gulf Blue. HEX triplet: 34, 43 and 5D. RGB value is (52,67,93). Sum of RGB (Red+Green+Blue) = 52+67+93=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #34435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34435D is #CBBCA2. Grayscale: #414141. Windows color (decimal): -13352099 or 6112052. OLE color: 6112052.

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

Color convert

RGB526793-
CMYK0.440.2800.64
HSL218.05º28.28%28.43%-
HSV(B)218.05º44.09%36.47%-
XYZ5.45.5311.14-
YUV65.48143.53118.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=24.53%
G=31.60%
B=43.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5267930.440.2800.64218.0528.2828.43
Hex34435D2C1C040da1c1c
Octal64103135543401003323434
Binary110100100001110111011011001110001000000110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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