Html Css Color HEX #383A59 Bay Of Many

📋 copy color: '#383A59'

red 56 ◦ green 58 ◦ blue 89

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

Shades of Bay Of Many #383A59

Tints of Bay Of Many #383A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.57%

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

R = 27.59%
G = 28.57%
B = 43.84%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383A59 (or 0x383A59) is known color: Bay Of Many. HEX triplet: 38, 3A and 59. RGB value is (56,58,89). Sum of RGB (Red+Green+Blue) = 56+58+89=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #383A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A59 is #C7C5A6. Grayscale: #3C3C3C. Windows color (decimal): -13092263 or 5847608. OLE color: 5847608.

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

Color convert

RGB 56 58 89 -
CMYK 0.37 0.35 0 0.65
HSL 236.36º 0.23% 0.28% -
HSV(B) 236.36º 0.37% 0.35% -
XYZ 4.95 4.59 10.08 -
YUV 60.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 56 58 89 0.37 0.35 0 0.65 236.36 0.23 0.28
Hex 38 3A 59 25 23 0 41 EC 17 1C
Octal 70 72 131 45 43 0 101 354 27 34
Binary 111000 111010 1011001 100101 100011 0 1000001 11101100 10111 11100

Color Harmonies of #383A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A59

Black with #383A59

Text Example


Text Example

White with #383A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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