#384762

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

Shades of Gulf Blue #384762

Tints of Gulf Blue #384762

Color information

#384762 (or 0x384762) is unknown color: approx Gulf Blue. HEX triplet: 38, 47 and 62. RGB value is (56,71,98). Sum of RGB (Red+Green+Blue) = 56+71+98=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #384762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384762 is #C7B89D. Grayscale: #454545. Windows color (decimal): -13088926 or 6440760. OLE color: 6440760.

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

Color convert

RGB567198-
CMYK0.430.2800.62
HSL218.57º27.27%30.2%-
HSV(B)218.57º42.86%38.43%-
XYZ6.096.2312.44-
YUV69.59144.03118.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=24.89%
G=31.56%
B=43.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5671980.430.2800.62218.5727.2730.2
Hex3847622B1C03Edb1b1e
Octal7010714253340763333336
Binary11100010001111100010101011111000111110110110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384762; }

 p { color: rgb(56,71,98); }

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

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

 a { background-color: rgb(56,71,98); }

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

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

 span { border-color: rgb(56,71,98); }

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