Html Css Color HEX #384158 Gulf Blue

📋 copy color: '#384158'

red 56 ◦ green 65 ◦ blue 88

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

Shades of Gulf Blue #384158

Tints of Gulf Blue #384158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 26.79%
G = 31.1%
B = 42.11%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384158 (or 0x384158) is known color: Gulf Blue. HEX triplet: 38, 41 and 58. RGB value is (56,65,88). Sum of RGB (Red+Green+Blue) = 56+65+88=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #384158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384158 is #C7BEA7. Grayscale: #404040. Windows color (decimal): -13090472 or 5783864. OLE color: 5783864.

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

Color convert

RGB 56 65 88 -
CMYK 0.36 0.26 0 0.65
HSL 223.13º 0.22% 0.28% -
HSV(B) 223.13º 0.36% 0.35% -
XYZ 5.28 5.33 9.98 -
YUV 64.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 56 65 88 0.36 0.26 0 0.65 223.13 0.22 0.28
Hex 38 41 58 24 1A 0 41 DF 16 1C
Octal 70 101 130 44 32 0 101 337 26 34
Binary 111000 1000001 1011000 100100 11010 0 1000001 11011111 10110 11100

Color Harmonies of #384158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384158

Black with #384158

Text Example


Text Example

White with #384158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384158; }

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

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

background-color css

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

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

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

border-color css

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

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

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