#384463

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

Shades of Gulf Blue #384463

Tints of Gulf Blue #384463

Color information

#384463 (or 0x384463) is unknown color: approx Gulf Blue. HEX triplet: 38, 44 and 63. RGB value is (56,68,99). Sum of RGB (Red+Green+Blue) = 56+68+99=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #384463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384463 is #C7BB9C. Grayscale: #434343. Windows color (decimal): -13089693 or 6505528. OLE color: 6505528.

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

Color convert

RGB566899-
CMYK0.430.3100.61
HSL223.26º27.74%30.39%-
HSV(B)223.26º43.43%38.82%-
XYZ5.955.8812.62-
YUV67.95145.52119.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=25.11%
G=30.49%
B=44.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5668990.430.3100.61223.2627.7430.39
Hex3844632B1F03Ddf1c1e
Octal7010414353370753373436
Binary11100010001001100011101011111110111101110111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384463; }

 p { color: rgb(56,68,99); }

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

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

 a { background-color: rgb(56,68,99); }

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

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

 span { border-color: rgb(56,68,99); }

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