Html Css Color HEX #384059 Gulf Blue

📋 copy color: '#384059'

red 56 ◦ green 64 ◦ blue 89

#384059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #384059

Tints of Gulf Blue #384059

RGB

 RED value IS 56 (22.27% from 255) = 26.79%

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 26.79%
G = 30.62%
B = 42.58%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384059 (or 0x384059) is known color: Gulf Blue. HEX triplet: 38, 40 and 59. RGB value is (56,64,89). Sum of RGB (Red+Green+Blue) = 56+64+89=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #384059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384059 is #C7BFA6. Grayscale: #404040. Windows color (decimal): -13090727 or 5849144. OLE color: 5849144.

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

Color convert

RGB 56 64 89 -
CMYK 0.37 0.28 0 0.65
HSL 225.45º 0.23% 0.28% -
HSV(B) 225.45º 0.37% 0.35% -
XYZ 5.27 5.23 10.18 -
YUV 64.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 56 64 89 0.37 0.28 0 0.65 225.45 0.23 0.28
Hex 38 40 59 25 1C 0 41 E1 17 1C
Octal 70 100 131 45 34 0 101 341 27 34
Binary 111000 1000000 1011001 100101 11100 0 1000001 11100001 10111 11100

Color Harmonies of #384059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384059

Black with #384059

Text Example


Text Example

White with #384059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384059; }

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

 H1.HeaderClassName
 {
   color: #384059;
 }
 .AnyTagClassName
 {
   color: #384059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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