Html Css Color HEX #384E59 Atomic

📋 copy color: '#384E59'

red 56 ◦ green 78 ◦ blue 89

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

Shades of Atomic #384E59

Tints of Atomic #384E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.98%

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

R = 25.11%
G = 34.98%
B = 39.91%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384E59 (or 0x384E59) is known color: Atomic. HEX triplet: 38, 4E and 59. RGB value is (56,78,89). Sum of RGB (Red+Green+Blue) = 56+78+89=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #384E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E59 is #C7B1A6. Grayscale: #484848. Windows color (decimal): -13087143 or 5852728. OLE color: 5852728.

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

Color convert

RGB 56 78 89 -
CMYK 0.37 0.12 0 0.65
HSL 200º 0.23% 0.28% -
HSV(B) 200º 0.37% 0.35% -
XYZ 6.16 7.01 10.48 -
YUV 72.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 56 78 89 0.37 0.12 0 0.65 200 0.23 0.28
Hex 38 4E 59 25 C 0 41 C8 17 1C
Octal 70 116 131 45 14 0 101 310 27 34
Binary 111000 1001110 1011001 100101 1100 0 1000001 11001000 10111 11100

Color Harmonies of #384E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E59

Black with #384E59

Text Example


Text Example

White with #384E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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