#383F57

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

Shades of Gulf Blue #383F57

Tints of Gulf Blue #383F57

Color information

#383F57 (or 0x383F57) is unknown color: approx Gulf Blue. HEX triplet: 38, 3F and 57. RGB value is (56,63,87). Sum of RGB (Red+Green+Blue) = 56+63+87=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #383F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F57 is #C7C0A8. Grayscale: #3F3F3F. Windows color (decimal): -13090985 or 5717816. OLE color: 5717816.

HSL color Cylindrical-coordinate representation of color #383F57: hue angle of 226.45º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383F57 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB566387-
CMYK0.360.2800.66
HSL226.45º21.68%28.04%-
HSV(B)226.45º35.63%34.12%-
XYZ5.135.089.73-
YUV63.64141.18122.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=27.18%
G=30.58%
B=42.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5663870.360.2800.66226.4521.6828.04
Hex383F57241C042e2161c
Octal7077127443401023422634
Binary11100011111110101111001001110001000010111000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F57; }

 p { color: rgb(56,63,87); }

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

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

 a { background-color: rgb(56,63,87); }

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

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

 span { border-color: rgb(56,63,87); }

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