#384660

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

Shades of Gulf Blue #384660

Tints of Gulf Blue #384660

Color information

#384660 (or 0x384660) is unknown color: approx Gulf Blue. HEX triplet: 38, 46 and 60. RGB value is (56,70,96). Sum of RGB (Red+Green+Blue) = 56+70+96=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #384660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384660 is #C7B99F. Grayscale: #444444. Windows color (decimal): -13089184 or 6309432. OLE color: 6309432.

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

Color convert

RGB567096-
CMYK0.420.2700.62
HSL219º26.32%29.8%-
HSV(B)219º41.67%37.65%-
XYZ5.936.0711.92-
YUV68.78143.36118.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=25.23%
G=31.53%
B=43.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5670960.420.2700.6221926.3229.8
Hex3846602A1B03Edb1a1e
Octal7010614052330763333236
Binary11100010001101100000101010110110111110110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384660; }

 p { color: rgb(56,70,96); }

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

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

 a { background-color: rgb(56,70,96); }

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

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

 span { border-color: rgb(56,70,96); }

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