Html Css Color HEX #383E59 Gulf Blue

📋 copy color: '#383E59'

red 56 ◦ green 62 ◦ blue 89

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

Shades of Gulf Blue #383E59

Tints of Gulf Blue #383E59

RGB

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

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

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

R = 27.05%
G = 29.95%
B = 43%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383E59 (or 0x383E59) is known color: Gulf Blue. HEX triplet: 38, 3E and 59. RGB value is (56,62,89). Sum of RGB (Red+Green+Blue) = 56+62+89=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #383E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E59 is #C7C1A6. Grayscale: #3F3F3F. Windows color (decimal): -13091239 or 5848632. OLE color: 5848632.

HSL color Cylindrical-coordinate representation of color #383E59: hue angle of 229.09º 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 #383E59 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 62 89 -
CMYK 0.37 0.30 0 0.65
HSL 229.09º 0.23% 0.28% -
HSV(B) 229.09º 0.37% 0.35% -
XYZ 5.16 5.01 10.15 -
YUV 63.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 56 62 89 0.37 0.30 0 0.65 229.09 0.23 0.28
Hex 38 3E 59 25 1E 0 41 E5 17 1C
Octal 70 76 131 45 36 0 101 345 27 34
Binary 111000 111110 1011001 100101 11110 0 1000001 11100101 10111 11100

Color Harmonies of #383E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E59

Black with #383E59

Text Example


Text Example

White with #383E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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