#344364

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

Shades of Gulf Blue #344364

Tints of Gulf Blue #344364

Color information

#344364 (or 0x344364) is unknown color: approx Gulf Blue. HEX triplet: 34, 43 and 64. RGB value is (52,67,100). Sum of RGB (Red+Green+Blue) = 52+67+100=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #344364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344364 is #CBBC9B. Grayscale: #424242. Windows color (decimal): -13352092 or 6570804. OLE color: 6570804.

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

Color convert

RGB5267100-
CMYK0.480.3300.61
HSL221.25º31.58%29.8%-
HSV(B)221.25º48%39.22%-
XYZ5.725.6612.85-
YUV66.28147.03117.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=23.74%
G=30.59%
B=45.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52671000.480.3300.61221.2531.5829.8
Hex344364302103Ddd201e
Octal6410314460410753354036
Binary1101001000011110010011000010000101111011101110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344364; }

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

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

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

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

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

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

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

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