#383E59

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

Shades of Gulf Blue #383E59

Tints of Gulf Blue #383E59

Color information

#383E59 (or 0x383E59) is unknown color: approx Gulf Blue. HEX triplet: 38, 3E and 59. RGB value is (56,62,89). Sum of RGB (Red+Green+Blue) = 56+62+89=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #383E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E59 is #C7C1A6. Grayscale: #3F3F3F. Windows color (decimal): -13091239 or 5848632. OLE color: 5848632.

HSL color Cylindrical-coordinate representation of color #383E59: hue angle of 229.09º 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 #383E59 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB566289-
CMYK0.370.3000.65
HSL229.09º22.76%28.43%-
HSV(B)229.09º37.08%34.9%-
XYZ5.165.0110.15-
YUV63.28142.51122.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=27.05%
G=29.95%
B=43.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5662890.370.3000.65229.0922.7628.43
Hex383E59251E041e5171c
Octal7076131453601013452734
Binary11100011111010110011001011111001000001111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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