#344365

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

Shades of Gulf Blue #344365

Tints of Gulf Blue #344365

Color information

#344365 (or 0x344365) is unknown color: approx Gulf Blue. HEX triplet: 34, 43 and 65. RGB value is (52,67,101). Sum of RGB (Red+Green+Blue) = 52+67+101=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #344365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344365 is #CBBC9A. Grayscale: #424242. Windows color (decimal): -13352091 or 6636340. OLE color: 6636340.

HSL color Cylindrical-coordinate representation of color #344365: hue angle of 221.63º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #344365 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5267101-
CMYK0.490.3400.60
HSL221.63º32.03%30%-
HSV(B)221.63º48.51%39.61%-
XYZ5.775.6813.1-
YUV66.39147.53117.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=23.64%
G=30.45%
B=45.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52671010.490.3400.60221.6332.0330
Hex344365312203Cde201e
Octal6410314561420743364036
Binary1101001000011110010111000110001001111001101111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344365; }

 p { color: rgb(52,67,101); }

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

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

 a { background-color: rgb(52,67,101); }

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

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

 span { border-color: rgb(52,67,101); }

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