#34425A

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

Shades of Gulf Blue #34425A

Tints of Gulf Blue #34425A

Color information

#34425A (or 0x34425A) is unknown color: approx Gulf Blue. HEX triplet: 34, 42 and 5A. RGB value is (52,66,90). Sum of RGB (Red+Green+Blue) = 52+66+90=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #34425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34425A is #CBBDA5. Grayscale: #404040. Windows color (decimal): -13352358 or 5915188. OLE color: 5915188.

HSL color Cylindrical-coordinate representation of color #34425A: hue angle of 217.89º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34425A is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB526690-
CMYK0.420.2700.65
HSL217.89º26.76%27.84%-
HSV(B)217.89º42.22%35.29%-
XYZ5.215.3610.43-
YUV64.55142.36119.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=25%
G=31.73%
B=43.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5266900.420.2700.65217.8926.7627.84
Hex34425A2A1B041da1b1c
Octal64102132523301013323334
Binary110100100001010110101010101101101000001110110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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