#384767

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

Shades of Gulf Blue #384767

Tints of Gulf Blue #384767

Color information

#384767 (or 0x384767) is unknown color: approx Gulf Blue. HEX triplet: 38, 47 and 67. RGB value is (56,71,103). Sum of RGB (Red+Green+Blue) = 56+71+103=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #384767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384767 is #C7B898. Grayscale: #464646. Windows color (decimal): -13088921 or 6768440. OLE color: 6768440.

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

Color convert

RGB5671103-
CMYK0.460.3100.60
HSL220.85º29.56%31.18%-
HSV(B)220.85º45.63%40.39%-
XYZ6.336.3313.72-
YUV70.16146.53117.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=24.35%
G=30.87%
B=44.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56711030.460.3100.60220.8529.5631.18
Hex3847672E1F03Cdd1e1f
Octal7010714756370743353637
Binary11100010001111100111101110111110111100110111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384767; }

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

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

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

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

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

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

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

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