#344163

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

Shades of Gulf Blue #344163

Tints of Gulf Blue #344163

Color information

#344163 (or 0x344163) is unknown color: approx Gulf Blue. HEX triplet: 34, 41 and 63. RGB value is (52,65,99). Sum of RGB (Red+Green+Blue) = 52+65+99=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #344163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344163 is #CBBE9C. Grayscale: #404040. Windows color (decimal): -13352605 or 6504756. OLE color: 6504756.

HSL color Cylindrical-coordinate representation of color #344163: hue angle of 223.4º 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 #344163 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB526599-
CMYK0.470.3400.61
HSL223.4º31.13%29.61%-
HSV(B)223.4º47.47%38.82%-
XYZ5.565.4112.56-
YUV64.99147.19118.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=24.07%
G=30.09%
B=45.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5265990.470.3400.61223.431.1329.61
Hex3441632F2203Ddf1f1e
Octal6410114357420753373736
Binary110100100000111000111011111000100111101110111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344163; }

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

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

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

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

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

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

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

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