#344260

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

Shades of Gulf Blue #344260

Tints of Gulf Blue #344260

Color information

#344260 (or 0x344260) is unknown color: approx Gulf Blue. HEX triplet: 34, 42 and 60. RGB value is (52,66,96). Sum of RGB (Red+Green+Blue) = 52+66+96=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #344260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344260 is #CBBD9F. Grayscale: #414141. Windows color (decimal): -13352352 or 6308404. OLE color: 6308404.

HSL color Cylindrical-coordinate representation of color #344260: hue angle of 220.91º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344260 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB526696-
CMYK0.460.3100.62
HSL220.91º29.73%29.02%-
HSV(B)220.91º45.83%37.65%-
XYZ5.485.4711.83-
YUV65.23145.36118.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=24.30%
G=30.84%
B=44.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5266960.460.3100.62220.9129.7329.02
Hex3442602E1F03Edd1e1d
Octal6410214056370763353635
Binary11010010000101100000101110111110111110110111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344260; }

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

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

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

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

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

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

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

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