#383F59

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

Shades of Gulf Blue #383F59

Tints of Gulf Blue #383F59

Color information

#383F59 (or 0x383F59) is unknown color: approx Gulf Blue. HEX triplet: 38, 3F and 59. RGB value is (56,63,89). Sum of RGB (Red+Green+Blue) = 56+63+89=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #383F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F59 is #C7C0A6. Grayscale: #3F3F3F. Windows color (decimal): -13090983 or 5848888. OLE color: 5848888.

HSL color Cylindrical-coordinate representation of color #383F59: hue angle of 227.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #383F59 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB566389-
CMYK0.370.2900.65
HSL227.27º22.76%28.43%-
HSV(B)227.27º37.08%34.9%-
XYZ5.215.1210.16-
YUV63.87142.18122.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=26.92%
G=30.29%
B=42.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5663890.370.2900.65227.2722.7628.43
Hex383F59251D041e3171c
Octal7077131453501013432734
Binary11100011111110110011001011110101000001111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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