Html Css Color HEX #384159 Gulf Blue

📋 copy color: '#384159'

red 56 ◦ green 65 ◦ blue 89

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

Shades of Gulf Blue #384159

Tints of Gulf Blue #384159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

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

R = 26.67%
G = 30.95%
B = 42.38%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384159 (or 0x384159) is known color: Gulf Blue. HEX triplet: 38, 41 and 59. RGB value is (56,65,89). Sum of RGB (Red+Green+Blue) = 56+65+89=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #384159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384159 is #C7BEA6. Grayscale: #404040. Windows color (decimal): -13090471 or 5849400. OLE color: 5849400.

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

Color convert

RGB 56 65 89 -
CMYK 0.37 0.27 0 0.65
HSL 223.64º 0.23% 0.28% -
HSV(B) 223.64º 0.37% 0.35% -
XYZ 5.32 5.34 10.2 -
YUV 65.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 56 65 89 0.37 0.27 0 0.65 223.64 0.23 0.28
Hex 38 41 59 25 1B 0 41 E0 17 1C
Octal 70 101 131 45 33 0 101 340 27 34
Binary 111000 1000001 1011001 100101 11011 0 1000001 11100000 10111 11100

Color Harmonies of #384159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384159

Black with #384159

Text Example


Text Example

White with #384159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384159; }

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

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

background-color css

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

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

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

border-color css

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

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

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