Html Css Color HEX #383D59 Gulf Blue

📋 copy color: '#383D59'

red 56 ◦ green 61 ◦ blue 89

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

Shades of Gulf Blue #383D59

Tints of Gulf Blue #383D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.61%

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 27.18%
G = 29.61%
B = 43.2%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383D59 (or 0x383D59) is known color: Gulf Blue. HEX triplet: 38, 3D and 59. RGB value is (56,61,89). Sum of RGB (Red+Green+Blue) = 56+61+89=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #383D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D59 is #C7C2A6. Grayscale: #3E3E3E. Windows color (decimal): -13091495 or 5848376. OLE color: 5848376.

HSL color Cylindrical-coordinate representation of color #383D59: hue angle of 230.91º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #383D59 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 61 89 -
CMYK 0.37 0.31 0 0.65
HSL 230.91º 0.23% 0.28% -
HSV(B) 230.91º 0.37% 0.35% -
XYZ 5.1 4.9 10.13 -
YUV 62.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 56 61 89 0.37 0.31 0 0.65 230.91 0.23 0.28
Hex 38 3D 59 25 1F 0 41 E7 17 1C
Octal 70 75 131 45 37 0 101 347 27 34
Binary 111000 111101 1011001 100101 11111 0 1000001 11100111 10111 11100

Color Harmonies of #383D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D59

Black with #383D59

Text Example


Text Example

White with #383D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,89); }

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

background-color css

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

 a { background-color: rgb(56,61,89); }

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

border-color css

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

 span { border-color: rgb(56,61,89); }

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