Html Css Color HEX #384967 Gulf Blue

📋 copy color: '#384967'

red 56 ◦ green 73 ◦ blue 103

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

Shades of Gulf Blue #384967

Tints of Gulf Blue #384967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 103 (40.63% from 255) = 44.4%

R = 24.14%
G = 31.47%
B = 44.4%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#384967 (or 0x384967) is known color: Gulf Blue. HEX triplet: 38, 49 and 67. RGB value is (56,73,103). Sum of RGB (Red+Green+Blue) = 56+73+103=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #384967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384967 is #C7B698. Grayscale: #474747. Windows color (decimal): -13088409 or 6768952. OLE color: 6768952.

HSL color Cylindrical-coordinate representation of color #384967: hue angle of 218.3º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384967 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 73 103 -
CMYK 0.46 0.29 0 0.60
HSL 218.3º 0.3% 0.31% -
HSV(B) 218.3º 0.46% 0.4% -
XYZ 6.46 6.59 13.76 -
YUV 71.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 56 73 103 0.46 0.29 0 0.60 218.3 0.3 0.31
Hex 38 49 67 2E 1D 0 3C DA 1E 1F
Octal 70 111 147 56 35 0 74 332 36 37
Binary 111000 1001001 1100111 101110 11101 0 111100 11011010 11110 11111

Color Harmonies of #384967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384967

Black with #384967

Text Example


Text Example

White with #384967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384967; }

 p { color: rgb(56,73,103); }

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

background-color css

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

 a { background-color: rgb(56,73,103); }

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

border-color css

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

 span { border-color: rgb(56,73,103); }

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