Html Css Color HEX #384561 Gulf Blue

📋 copy color: '#384561'

red 56 ◦ green 69 ◦ blue 97

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

Shades of Gulf Blue #384561

Tints of Gulf Blue #384561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

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

R = 25.23%
G = 31.08%
B = 43.69%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384561 (or 0x384561) is known color: Gulf Blue. HEX triplet: 38, 45 and 61. RGB value is (56,69,97). Sum of RGB (Red+Green+Blue) = 56+69+97=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #384561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384561 is #C7BA9E. Grayscale: #444444. Windows color (decimal): -13089439 or 6374712. OLE color: 6374712.

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

Color convert

RGB 56 69 97 -
CMYK 0.42 0.29 0 0.62
HSL 220.98º 0.27% 0.3% -
HSV(B) 220.98º 0.42% 0.38% -
XYZ 5.92 5.96 12.15 -
YUV 68.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 56 69 97 0.42 0.29 0 0.62 220.98 0.27 0.3
Hex 38 45 61 2A 1D 0 3E DD 1B 1E
Octal 70 105 141 52 35 0 76 335 33 36
Binary 111000 1000101 1100001 101010 11101 0 111110 11011101 11011 11110

Color Harmonies of #384561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384561

Black with #384561

Text Example


Text Example

White with #384561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384561; }

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

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

background-color css

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

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

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

border-color css

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

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

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