Html Css Color HEX #384952 Atomic

📋 copy color: '#384952'

red 56 ◦ green 73 ◦ blue 82

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

Shades of Atomic #384952

Tints of Atomic #384952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 26.54%
G = 34.6%
B = 38.86%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#384952 (or 0x384952) is known color: Atomic. HEX triplet: 38, 49 and 52. RGB value is (56,73,82). Sum of RGB (Red+Green+Blue) = 56+73+82=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #384952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384952 is #C7B6AD. Grayscale: #444444. Windows color (decimal): -13088430 or 5392696. OLE color: 5392696.

HSL color Cylindrical-coordinate representation of color #384952: hue angle of 200.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384952 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 73 82 -
CMYK 0.32 0.11 0 0.68
HSL 200.77º 0.19% 0.27% -
HSV(B) 200.77º 0.32% 0.32% -
XYZ 5.54 6.22 8.89 -
YUV 68.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 56 73 82 0.32 0.11 0 0.68 200.77 0.19 0.27
Hex 38 49 52 20 B 0 44 C9 13 1B
Octal 70 111 122 40 13 0 104 311 23 33
Binary 111000 1001001 1010010 100000 1011 0 1000100 11001001 10011 11011

Color Harmonies of #384952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384952

Black with #384952

Text Example


Text Example

White with #384952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384952; }

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

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

background-color css

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

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

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

border-color css

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

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

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