Html Css Color HEX #384954 Atomic

📋 copy color: '#384954'

red 56 ◦ green 73 ◦ blue 84

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

Shades of Atomic #384954

Tints of Atomic #384954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.27%

 BLUE value IS 84 (33.2% from 255) = 39.44%

R = 26.29%
G = 34.27%
B = 39.44%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384954 (or 0x384954) is known color: Atomic. HEX triplet: 38, 49 and 54. RGB value is (56,73,84). Sum of RGB (Red+Green+Blue) = 56+73+84=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #384954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384954 is #C7B6AB. Grayscale: #454545. Windows color (decimal): -13088428 or 5523768. OLE color: 5523768.

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

Color convert

RGB 56 73 84 -
CMYK 0.33 0.13 0 0.67
HSL 203.57º 0.2% 0.27% -
HSV(B) 203.57º 0.33% 0.33% -
XYZ 5.61 6.25 9.3 -
YUV 69.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 56 73 84 0.33 0.13 0 0.67 203.57 0.2 0.27
Hex 38 49 54 21 D 0 43 CC 14 1B
Octal 70 111 124 41 15 0 103 314 24 33
Binary 111000 1001001 1010100 100001 1101 0 1000011 11001100 10100 11011

Color Harmonies of #384954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384954

Black with #384954

Text Example


Text Example

White with #384954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384954; }

 p { color: rgb(56,73,84); }

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

background-color css

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

 a { background-color: rgb(56,73,84); }

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

border-color css

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

 span { border-color: rgb(56,73,84); }

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