#34435E

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

Shades of Gulf Blue #34435E

Tints of Gulf Blue #34435E

Color information

#34435E (or 0x34435E) is unknown color: approx Gulf Blue. HEX triplet: 34, 43 and 5E. RGB value is (52,67,94). Sum of RGB (Red+Green+Blue) = 52+67+94=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #34435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34435E is #CBBCA1. Grayscale: #414141. Windows color (decimal): -13352098 or 6177588. OLE color: 6177588.

HSL color Cylindrical-coordinate representation of color #34435E: hue angle of 218.57º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34435E is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB526794-
CMYK0.450.2900.63
HSL218.57º28.77%28.63%-
HSV(B)218.57º44.68%36.86%-
XYZ5.445.5511.37-
YUV65.59144.03118.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=24.41%
G=31.46%
B=44.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5267940.450.2900.63218.5728.7728.63
Hex34435E2D1D03Fdb1d1d
Octal6410313655350773333535
Binary11010010000111011110101101111010111111110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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