#34415E

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

Shades of Gulf Blue #34415E

Tints of Gulf Blue #34415E

Color information

#34415E (or 0x34415E) is unknown color: approx Gulf Blue. HEX triplet: 34, 41 and 5E. RGB value is (52,65,94). Sum of RGB (Red+Green+Blue) = 52+65+94=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #34415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34415E is #CBBEA1. Grayscale: #404040. Windows color (decimal): -13352610 or 6177076. OLE color: 6177076.

HSL color Cylindrical-coordinate representation of color #34415E: hue angle of 221.43º 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 #34415E is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB526594-
CMYK0.450.3100.63
HSL221.43º28.77%28.63%-
HSV(B)221.43º44.68%36.86%-
XYZ5.335.3211.34-
YUV64.42144.69119.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=24.64%
G=30.81%
B=44.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5265940.450.3100.63221.4328.7728.63
Hex34415E2D1F03Fdd1d1d
Octal6410113655370773353535
Binary11010010000011011110101101111110111111110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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