Html Css Color HEX #384A55 Atomic

📋 copy color: '#384A55'

red 56 ◦ green 74 ◦ blue 85

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

Shades of Atomic #384A55

Tints of Atomic #384A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 26.05%
G = 34.42%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384A55 (or 0x384A55) is known color: Atomic. HEX triplet: 38, 4A and 55. RGB value is (56,74,85). Sum of RGB (Red+Green+Blue) = 56+74+85=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #384A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A55 is #C7B5AA. Grayscale: #454545. Windows color (decimal): -13088171 or 5589560. OLE color: 5589560.

HSL color Cylindrical-coordinate representation of color #384A55: hue angle of 202.76º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #384A55 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 74 85 -
CMYK 0.34 0.13 0 0.67
HSL 202.76º 0.21% 0.28% -
HSV(B) 202.76º 0.34% 0.33% -
XYZ 5.72 6.39 9.53 -
YUV 69.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 56 74 85 0.34 0.13 0 0.67 202.76 0.21 0.28
Hex 38 4A 55 22 D 0 43 CB 15 1C
Octal 70 112 125 42 15 0 103 313 25 34
Binary 111000 1001010 1010101 100010 1101 0 1000011 11001011 10101 11100

Color Harmonies of #384A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A55

Black with #384A55

Text Example


Text Example

White with #384A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,85); }

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

background-color css

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

 a { background-color: rgb(56,74,85); }

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

border-color css

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

 span { border-color: rgb(56,74,85); }

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