Html Css Color HEX #384361 Gulf Blue

📋 copy color: '#384361'

red 56 ◦ green 67 ◦ blue 97

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

Shades of Gulf Blue #384361

Tints of Gulf Blue #384361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

 BLUE value IS 97 (38.28% from 255) = 44.09%

R = 25.45%
G = 30.45%
B = 44.09%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384361 (or 0x384361) is known color: Gulf Blue. HEX triplet: 38, 43 and 61. RGB value is (56,67,97). Sum of RGB (Red+Green+Blue) = 56+67+97=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #384361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384361 is #C7BC9E. Grayscale: #434343. Windows color (decimal): -13089951 or 6374200. OLE color: 6374200.

HSL color Cylindrical-coordinate representation of color #384361: hue angle of 223.9º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384361 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 67 97 -
CMYK 0.42 0.31 0 0.62
HSL 223.9º 0.27% 0.3% -
HSV(B) 223.9º 0.42% 0.38% -
XYZ 5.8 5.72 12.11 -
YUV 67.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 56 67 97 0.42 0.31 0 0.62 223.9 0.27 0.3
Hex 38 43 61 2A 1F 0 3E E0 1B 1E
Octal 70 103 141 52 37 0 76 340 33 36
Binary 111000 1000011 1100001 101010 11111 0 111110 11100000 11011 11110

Color Harmonies of #384361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384361

Black with #384361

Text Example


Text Example

White with #384361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384361; }

 p { color: rgb(56,67,97); }

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

background-color css

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

 a { background-color: rgb(56,67,97); }

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

border-color css

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

 span { border-color: rgb(56,67,97); }

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