Html Css Color HEX #384850 Atomic

📋 copy color: '#384850'

red 56 ◦ green 72 ◦ blue 80

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

Shades of Atomic #384850

Tints of Atomic #384850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 26.92%
G = 34.62%
B = 38.46%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#384850 (or 0x384850) is known color: Atomic. HEX triplet: 38, 48 and 50. RGB value is (56,72,80). Sum of RGB (Red+Green+Blue) = 56+72+80=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #384850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384850 is #C7B7AF. Grayscale: #444444. Windows color (decimal): -13088688 or 5261368. OLE color: 5261368.

HSL color Cylindrical-coordinate representation of color #384850: hue angle of 200º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384850 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 72 80 -
CMYK 0.30 0.10 0 0.69
HSL 200º 0.18% 0.27% -
HSV(B) 200º 0.3% 0.31% -
XYZ 5.4 6.05 8.47 -
YUV 68.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 56 72 80 0.30 0.10 0 0.69 200 0.18 0.27
Hex 38 48 50 1E A 0 45 C8 12 1B
Octal 70 110 120 36 12 0 105 310 22 33
Binary 111000 1001000 1010000 11110 1010 0 1000101 11001000 10010 11011

Color Harmonies of #384850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384850

Black with #384850

Text Example


Text Example

White with #384850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384850; }

 p { color: rgb(56,72,80); }

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

background-color css

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

 a { background-color: rgb(56,72,80); }

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

border-color css

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

 span { border-color: rgb(56,72,80); }

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