Html Css Color HEX #383E56 Gulf Blue

📋 copy color: '#383E56'

red 56 ◦ green 62 ◦ blue 86

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

Shades of Gulf Blue #383E56

Tints of Gulf Blue #383E56

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.39%

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 27.45%
G = 30.39%
B = 42.16%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#383E56 (or 0x383E56) is known color: Gulf Blue. HEX triplet: 38, 3E and 56. RGB value is (56,62,86). Sum of RGB (Red+Green+Blue) = 56+62+86=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #383E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E56 is #C7C1A9. Grayscale: #3E3E3E. Windows color (decimal): -13091242 or 5652024. OLE color: 5652024.

HSL color Cylindrical-coordinate representation of color #383E56: hue angle of 228º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383E56 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 62 86 -
CMYK 0.35 0.28 0 0.66
HSL 228º 0.21% 0.28% -
HSV(B) 228º 0.35% 0.34% -
XYZ 5.03 4.96 9.5 -
YUV 62.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 56 62 86 0.35 0.28 0 0.66 228 0.21 0.28
Hex 38 3E 56 23 1C 0 42 E4 15 1C
Octal 70 76 126 43 34 0 102 344 25 34
Binary 111000 111110 1010110 100011 11100 0 1000010 11100100 10101 11100

Color Harmonies of #383E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E56

Black with #383E56

Text Example


Text Example

White with #383E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383E56; }

 p { color: rgb(56,62,86); }

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

background-color css

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

 a { background-color: rgb(56,62,86); }

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

border-color css

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

 span { border-color: rgb(56,62,86); }

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