Html Css Color HEX #384B56 Atomic

📋 copy color: '#384B56'

red 56 ◦ green 75 ◦ blue 86

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

Shades of Atomic #384B56

Tints of Atomic #384B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.56%

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 25.81%
G = 34.56%
B = 39.63%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384B56 (or 0x384B56) is known color: Atomic. HEX triplet: 38, 4B and 56. RGB value is (56,75,86). Sum of RGB (Red+Green+Blue) = 56+75+86=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #384B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B56 is #C7B4A9. Grayscale: #464646. Windows color (decimal): -13087914 or 5655352. OLE color: 5655352.

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

Color convert

RGB 56 75 86 -
CMYK 0.35 0.13 0 0.66
HSL 202º 0.21% 0.28% -
HSV(B) 202º 0.35% 0.34% -
XYZ 5.83 6.54 9.76 -
YUV 70.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 56 75 86 0.35 0.13 0 0.66 202 0.21 0.28
Hex 38 4B 56 23 D 0 42 CA 15 1C
Octal 70 113 126 43 15 0 102 312 25 34
Binary 111000 1001011 1010110 100011 1101 0 1000010 11001010 10101 11100

Color Harmonies of #384B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B56

Black with #384B56

Text Example


Text Example

White with #384B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,75,86); }

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

background-color css

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

 a { background-color: rgb(56,75,86); }

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

border-color css

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

 span { border-color: rgb(56,75,86); }

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