Html Css Color HEX #384461 Gulf Blue

📋 copy color: '#384461'

red 56 ◦ green 68 ◦ blue 97

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

Shades of Gulf Blue #384461

Tints of Gulf Blue #384461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

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

R = 25.34%
G = 30.77%
B = 43.89%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384461 (or 0x384461) is known color: Gulf Blue. HEX triplet: 38, 44 and 61. RGB value is (56,68,97). Sum of RGB (Red+Green+Blue) = 56+68+97=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #384461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384461 is #C7BB9E. Grayscale: #434343. Windows color (decimal): -13089695 or 6374456. OLE color: 6374456.

HSL color Cylindrical-coordinate representation of color #384461: hue angle of 222.44º 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 #384461 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 68 97 -
CMYK 0.42 0.30 0 0.62
HSL 222.44º 0.27% 0.3% -
HSV(B) 222.44º 0.42% 0.38% -
XYZ 5.86 5.84 12.13 -
YUV 67.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 56 68 97 0.42 0.30 0 0.62 222.44 0.27 0.3
Hex 38 44 61 2A 1E 0 3E DE 1B 1E
Octal 70 104 141 52 36 0 76 336 33 36
Binary 111000 1000100 1100001 101010 11110 0 111110 11011110 11011 11110

Color Harmonies of #384461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384461

Black with #384461

Text Example


Text Example

White with #384461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384461; }

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

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

background-color css

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

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

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

border-color css

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

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

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