#384865

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

Shades of Gulf Blue #384865

Tints of Gulf Blue #384865

Color information

#384865 (or 0x384865) is unknown color: approx Gulf Blue. HEX triplet: 38, 48 and 65. RGB value is (56,72,101). Sum of RGB (Red+Green+Blue) = 56+72+101=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #384865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384865 is #C7B79A. Grayscale: #464646. Windows color (decimal): -13088667 or 6637624. OLE color: 6637624.

HSL color Cylindrical-coordinate representation of color #384865: hue angle of 218.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384865 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5672101-
CMYK0.450.2900.60
HSL218.67º28.66%30.78%-
HSV(B)218.67º44.55%39.61%-
XYZ6.36.4213.22-
YUV70.52145.2117.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=24.45%
G=31.44%
B=44.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56721010.450.2900.60218.6728.6630.78
Hex3848652D1D03Cdb1d1f
Octal7011014555350743333537
Binary11100010010001100101101101111010111100110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384865; }

 p { color: rgb(56,72,101); }

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

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

 a { background-color: rgb(56,72,101); }

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

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

 span { border-color: rgb(56,72,101); }

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