Html Css Color HEX #384762 Gulf Blue

📋 copy color: '#384762'

red 56 ◦ green 71 ◦ blue 98

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

Shades of Gulf Blue #384762

Tints of Gulf Blue #384762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 24.89%
G = 31.56%
B = 43.56%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384762 (or 0x384762) is known color: Gulf Blue. HEX triplet: 38, 47 and 62. RGB value is (56,71,98). Sum of RGB (Red+Green+Blue) = 56+71+98=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #384762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384762 is #C7B89D. Grayscale: #454545. Windows color (decimal): -13088926 or 6440760. OLE color: 6440760.

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

Color convert

RGB 56 71 98 -
CMYK 0.43 0.28 0 0.62
HSL 218.57º 0.27% 0.3% -
HSV(B) 218.57º 0.43% 0.38% -
XYZ 6.09 6.23 12.44 -
YUV 69.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 56 71 98 0.43 0.28 0 0.62 218.57 0.27 0.3
Hex 38 47 62 2B 1C 0 3E DB 1B 1E
Octal 70 107 142 53 34 0 76 333 33 36
Binary 111000 1000111 1100010 101011 11100 0 111110 11011011 11011 11110

Color Harmonies of #384762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384762

Black with #384762

Text Example


Text Example

White with #384762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384762; }

 p { color: rgb(56,71,98); }

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

background-color css

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

 a { background-color: rgb(56,71,98); }

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

border-color css

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

 span { border-color: rgb(56,71,98); }

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