Html Css Color HEX #384560 Gulf Blue

📋 copy color: '#384560'

red 56 ◦ green 69 ◦ blue 96

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

Shades of Gulf Blue #384560

Tints of Gulf Blue #384560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 25.34%
G = 31.22%
B = 43.44%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384560 (or 0x384560) is known color: Gulf Blue. HEX triplet: 38, 45 and 60. RGB value is (56,69,96). Sum of RGB (Red+Green+Blue) = 56+69+96=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #384560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384560 is #C7BA9F. Grayscale: #444444. Windows color (decimal): -13089440 or 6309176. OLE color: 6309176.

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

Color convert

RGB 56 69 96 -
CMYK 0.42 0.28 0 0.62
HSL 220.5º 0.26% 0.3% -
HSV(B) 220.5º 0.42% 0.38% -
XYZ 5.87 5.94 11.9 -
YUV 68.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 56 69 96 0.42 0.28 0 0.62 220.5 0.26 0.3
Hex 38 45 60 2A 1C 0 3E DC 1A 1E
Octal 70 105 140 52 34 0 76 334 32 36
Binary 111000 1000101 1100000 101010 11100 0 111110 11011100 11010 11110

Color Harmonies of #384560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384560

Black with #384560

Text Example


Text Example

White with #384560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384560; }

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

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

background-color css

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

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

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

border-color css

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

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

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