Html Css Color HEX #384660 Gulf Blue

📋 copy color: '#384660'

red 56 ◦ green 70 ◦ blue 96

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

Shades of Gulf Blue #384660

Tints of Gulf Blue #384660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 25.23%
G = 31.53%
B = 43.24%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384660 (or 0x384660) is known color: Gulf Blue. HEX triplet: 38, 46 and 60. RGB value is (56,70,96). Sum of RGB (Red+Green+Blue) = 56+70+96=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #384660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384660 is #C7B99F. Grayscale: #444444. Windows color (decimal): -13089184 or 6309432. OLE color: 6309432.

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

Color convert

RGB 56 70 96 -
CMYK 0.42 0.27 0 0.62
HSL 219º 0.26% 0.3% -
HSV(B) 219º 0.42% 0.38% -
XYZ 5.93 6.07 11.92 -
YUV 68.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 56 70 96 0.42 0.27 0 0.62 219 0.26 0.3
Hex 38 46 60 2A 1B 0 3E DB 1A 1E
Octal 70 106 140 52 33 0 76 333 32 36
Binary 111000 1000110 1100000 101010 11011 0 111110 11011011 11010 11110

Color Harmonies of #384660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384660

Black with #384660

Text Example


Text Example

White with #384660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384660; }

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

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

background-color css

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

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

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

border-color css

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

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

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