#344763

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

Shades of Gulf Blue #344763

Tints of Gulf Blue #344763

Color information

#344763 (or 0x344763) is unknown color: approx Gulf Blue. HEX triplet: 34, 47 and 63. RGB value is (52,71,99). Sum of RGB (Red+Green+Blue) = 52+71+99=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #344763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344763 is #CBB89C. Grayscale: #444444. Windows color (decimal): -13351069 or 6506292. OLE color: 6506292.

HSL color Cylindrical-coordinate representation of color #344763: hue angle of 215.74º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344763 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB527199-
CMYK0.470.2800.61
HSL215.74º31.13%29.61%-
HSV(B)215.74º47.47%38.82%-
XYZ5.926.1412.68-
YUV68.51145.21116.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=23.42%
G=31.98%
B=44.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5271990.470.2800.61215.7431.1329.61
Hex3447632F1C03Dd81f1e
Octal6410714357340753303736
Binary11010010001111100011101111111000111101110110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344763; }

 p { color: rgb(52,71,99); }

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

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

 a { background-color: rgb(52,71,99); }

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

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

 span { border-color: rgb(52,71,99); }

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